diff --git a/package.json b/package.json index 09837d9..4e3771f 100644 --- a/package.json +++ b/package.json @@ -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": "",