We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9ac97 commit a96c91cCopy full SHA for a96c91c
package.json
@@ -7,7 +7,7 @@
7
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/www",
8
"prd": "pm2 start bin/www",
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "daily-schedule": "node schedule/daily-problem.js && node schedule/daily-check.js"
+ "daily-schedule": "node ./schedule/daily-problem.js && node ./schedule/daily-check.js"
11
},
12
"dependencies": {
13
"@koa/cors": "^3.1.0",
0 commit comments