Skip to content

Commit a96c91c

Browse files
author
lucifer
committed
fix: path
1 parent 6b9ac97 commit a96c91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/www",
88
"prd": "pm2 start bin/www",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"daily-schedule": "node schedule/daily-problem.js && node schedule/daily-check.js"
10+
"daily-schedule": "node ./schedule/daily-problem.js && node ./schedule/daily-check.js"
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^3.1.0",

0 commit comments

Comments
 (0)