fix: remove missing script references (#6300)

This commit is contained in:
Tim Lai
2020-08-14 08:24:46 -07:00
committed by GitHub
parent e1573527de
commit b579c713d9

View File

@@ -17,7 +17,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {
"automated-release": "release-it -VV --config ./release/.release-it.json", "automated-release": "release-it -VV --config ./release/.release-it.json",
"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",
"build-bundle": "webpack --colors --config webpack/bundle.babel.js", "build-bundle": "webpack --colors --config webpack/bundle.babel.js",
"build-core": "webpack --colors --config webpack/core.babel.js", "build-core": "webpack --colors --config webpack/core.babel.js",
"build-standalone": "webpack --colors --config webpack/standalone.babel.js", "build-standalone": "webpack --colors --config webpack/standalone.babel.js",