We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb0f93 commit 322806aCopy full SHA for 322806a
package.json
@@ -14,8 +14,8 @@
14
},
15
"scripts": {
16
"start": "npm run build:development && npm run start:development",
17
- "start:production": "node server",
18
- "start:development": "npm run start:development:client & npm run start:development:server",
+ "start:production": "NODE_ENV=production node server",
+ "start:development": "NODE_ENV=development npm run start:development:client & npm run start:development:server",
19
"start:development:client": "node webpack/config.development.hot",
20
"start:development:server": "$(npm bin)/nodemon server",
21
"build:development": "$(npm bin)/webpack --progress --colors --display-error-details --config webpack/config.development.js",
0 commit comments