Add dotenv to archive:create:download-urls
That way, I can specify `ARCHIVE_DIR` in my .env file, instead of having to remember to specify it every time!
This commit is contained in:
parent
773ec8974f
commit
681eb5cdc5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
"export-users-to-auth0": "ts-node --compiler=typescript-cached-transpile --transpile-only -r dotenv/config scripts/export-users-to-auth0.js",
|
||||
"validate-owls-data": "ts-node --compiler=typescript-cached-transpile --transpile-only -r dotenv/config scripts/validate-owls-data.js",
|
||||
"archive:create:list-urls": "ts-node --compiler=typescript-cached-transpile --transpile-only -r dotenv/config scripts/archive/create/list-urls.js",
|
||||
"archive:create:download-urls": "./scripts/archive/create/download-urls.sh"
|
||||
"archive:create:download-urls": "dotenv -- ./scripts/archive/create/download-urls.sh"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
Loading…
Reference in a new issue