File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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" ,
31
31
"lint:js" : " ./node_modules/.bin/eslint --ext .js,.jsx ." ,
32
32
"test" : " npm run lint && npm run jest"
33
33
},
34
- "version" : " 0.17.1 " ,
34
+ "version" : " 1000.16.0 " ,
35
35
"dependencies" : {
36
36
"auth0-js" : " ^6.8.4" ,
37
37
"config" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments