We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e157352 commit b579c71Copy full SHA for b579c71
package.json
@@ -17,7 +17,7 @@
17
"license": "Apache-2.0",
18
"scripts": {
19
"automated-release": "release-it -VV --config ./release/.release-it.json",
20
- "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:core:commonjs build:core:es build:es:bundle build:es:bundle:core",
+ "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
21
"build-bundle": "webpack --colors --config webpack/bundle.babel.js",
22
"build-core": "webpack --colors --config webpack/core.babel.js",
23
"build-standalone": "webpack --colors --config webpack/standalone.babel.js",
0 commit comments