Skip to content

Commit bc1a038

Browse files
committed
fixed: pm2.js name bug
1 parent c2a9c30 commit bc1a038

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"start": "if-env NODE_ENV=production && npm run prod || npm run dev",
2020
"dev": "cross-env NODE_ENV=development supervisor -w server,app.js ./bin/www",
21-
"prod": "pm2 startOrRestart ./config/pm2.js --env production",
21+
"prod": "pm2 startOrRestart ./config/pm2.config.js --env production",
2222
"stop": "pm2 stop ./bin/www",
2323
"reload": "pm2 reload ./bin/www",
2424
"debug": "node-debug ./bin/www",

0 commit comments

Comments
 (0)