chore: add archive script to package.json
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"start": "tsc -w & node --watch --env-file=.env dist/index.js",
|
||||
"load_test": "export $(cat .env | xargs) && k6 run ./test/loadTest.js",
|
||||
"prod": "node --env-file=.env dist/index.js"
|
||||
"prod": "node --env-file=.env dist/index.js",
|
||||
"archive": "node --env-file=.env cron/archive.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user