File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"scripts" : {
24
24
"build" : " npm run clean && npm run build:dev && npm run build:prod" ,
25
- "build:dev" : " ./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout" ,
25
+ "build:dev" : " NODE_ENV=development ./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout" ,
26
26
"build:dev:watch" : " npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --watch --display-optimization-bailout" ,
27
- "build:prod" : " ./node_modules/.bin/webpack --env=production --progress --profile --colors --display-optimization-bailout" ,
27
+ "build:prod" : " NODE_ENV=production ./node_modules/.bin/webpack --env=production --progress --profile --colors --display-optimization-bailout" ,
28
28
"clean" : " rimraf dist" ,
29
29
"jest" : " jest --no-cache --maxWorkers=4 --config config/jest/default.js" ,
30
30
"lint" : " npm run lint:js" ,
You can’t perform that action at this time.
0 commit comments