This repository was archived by the owner on Oct 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1717 "private" : true ,
1818 "scripts" : {
1919 "start" : " npm-run-all clean:dev handlebars --parallel handlebars:watch webpack:server eslint:watch stylelint:watch --silent" ,
20- "build" : " npm-run-all security test handlebars clean webpack --silent" ,
21- "build:dev" : " npm-run-all security test handlebars clean:dev webpack:dev --silent" ,
20+ "build" : " npm-run-all test handlebars clean webpack --silent" ,
21+ "build:dev" : " npm-run-all test handlebars clean:dev webpack:dev --silent" ,
2222 "build:serve" : " serve dist --open" ,
2323 "build:analyze" : " npm run webpack:stats --silent && webpack-bundle-analyzer ./.webpack-stats.json ./dist -s parsed" ,
2424 "pretest" : " npm run eslint --silent" ,
4141 "webpack:stats" : " cross-env NODE_ENV=production webpack --config build/webpack.config.babel.js --profile --json > ./.webpack-stats.json" ,
4242 "handlebars" : " babel-node build/handlebars.js" ,
4343 "handlebars:watch" : " onchange \" src/**/*.hbs\" \" src/handlebars/helpers/*.js\" -- onerror \" npm run handlebars --silent\" -t \" Handlebars build failed\" " ,
44- "security" : " nsp check" ,
4544 "clean" : " del .webpack-assets.json dist" ,
4645 "clean:dev" : " del .webpack-assets.json server" ,
4746 "postmerge" : " npm install" ,
106105 "minimist" : " ^1.2.0" ,
107106 "node-sass" : " ^4.8.3" ,
108107 "npm-run-all" : " ^4.1.2" ,
109- "nsp" : " ^3.2.1" ,
110108 "ntl" : " ^3.0.0" ,
111109 "onchange" : " ^3.3.0" ,
112110 "perfy" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments