Skip to content

Commit ad264eb

Browse files
update package.json for version 4.1.1
1 parent cb8f12d commit ad264eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

0 commit comments

Comments
 (0)