Skip to content

Commit b579c71

Browse files
authored
fix: remove missing script references (#6300)
1 parent e157352 commit b579c71

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
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"scripts": {
1919
"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",
20+
"build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
2121
"build-bundle": "webpack --colors --config webpack/bundle.babel.js",
2222
"build-core": "webpack --colors --config webpack/core.babel.js",
2323
"build-standalone": "webpack --colors --config webpack/standalone.babel.js",

0 commit comments

Comments
 (0)