File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1818 "watch" : " npm-run-all --parallel watch:*" ,
1919 "watch:scss" : " sass --watch themes/scss:themes style/scss:style" ,
2020 "watch:dev" : " cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development --watch" ,
21- "build" : " npm-run-all clean:* --parallel build:lib:* build:scss:* & npm-run-all --parallel build:umd:* build:minify:* " ,
21+ "build" : " npm-run-all clean:* --parallel build:lib:* build:scss:* & npm-run-all --parallel build:umd:*" ,
2222 "build:umd:dev" : " cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development" ,
2323 "build:umd:prod" : " rollup -c" ,
2424 "build:umd:prod-pf" : " cross-env INCLUDE_POLYFILLS=true rollup -c" ,
You can’t perform that action at this time.
0 commit comments