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 18
18
"watch" : " npm-run-all --parallel watch:*" ,
19
19
"watch:scss" : " sass --watch themes/scss:themes style/scss:style" ,
20
20
"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:*" ,
22
22
"build:umd:dev" : " cross-env BABEL_OUTPUT=umd INCLUDE_POLYFILLS=true webpack --config webpack.config.js --env=development" ,
23
23
"build:umd:prod" : " rollup -c" ,
24
24
"build:umd:prod-pf" : " cross-env INCLUDE_POLYFILLS=true rollup -c" ,
You can’t perform that action at this time.
0 commit comments