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 c689e63 commit c2a9c30Copy full SHA for c2a9c30
package.json
@@ -17,7 +17,7 @@
17
"private": false,
18
"scripts": {
19
"start": "if-env NODE_ENV=production && npm run prod || npm run dev",
20
- "dev": "NODE_ENV=development supervisor -w server,app.js ./bin/www",
+ "dev": "cross-env NODE_ENV=development supervisor -w server,app.js ./bin/www",
21
"prod": "pm2 startOrRestart ./config/pm2.js --env production",
22
"stop": "pm2 stop ./bin/www",
23
"reload": "pm2 reload ./bin/www",
@@ -61,6 +61,7 @@
61
},
62
"devDependencies": {
63
"browser-sync": "^2.18.8",
64
+ "cross-env": "^3.2.3",
65
"eslint": "^3.17.1",
66
"eslint-config-standard": "^7.0.1",
67
"eslint-plugin-promise": "^3.5.0",
0 commit comments