File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"scripts" : {
7
7
"dev" : " node server" ,
8
- "start" : " NODE_ENV=production node server" ,
8
+ "start" : " cross-env NODE_ENV=production node server" ,
9
9
"build" : " npm run build:client && npm run build:server" ,
10
- "build:client" : " NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules" ,
11
- "build:server" : " NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
10
+ "build:client" : " cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules" ,
11
+ "build:server" : " cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
12
12
},
13
13
"dependencies" : {
14
14
"es6-promise" : " ^3.2.1" ,
29
29
"babel-loader" : " ^6.0.0" ,
30
30
"babel-preset-es2015" : " ^6.13.2" ,
31
31
"babel-preset-stage-2" : " ^6.11.0" ,
32
+ "cross-env" : " ^2.0.0" ,
32
33
"css-loader" : " ^0.23.1" ,
33
34
"extract-text-webpack-plugin" : " ^2.0.0-beta.3" ,
34
35
"file-loader" : " ^0.8.4" ,
You can’t perform that action at this time.
0 commit comments