diff --git a/package.json b/package.json index ce8efe4..5ed75a3 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "test": "pnpm -r run test", "dev": "pnpm build && pnpm dotenvx run -- node ./dist/worker/worker_test_run_now.js", "start": "pnpm build && node ./dist/worker/worker.js", + "runNow": "node ./dist/worker/worker_test_run_now.js", "prepare": "husky", "ci_validate": "node ./dist/bin/validateJSONRecipients.js", "validate": "pnpm build && node ./dist/bin/validateJSONRecipients.js"