From b579c713d94e33e553fc41444d5445f929a762ee Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Fri, 14 Aug 2020 08:24:46 -0700 Subject: [PATCH] fix: remove missing script references (#6300) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ecfc4e2..e690bfb0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "scripts": { "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-core": "webpack --colors --config webpack/core.babel.js", "build-standalone": "webpack --colors --config webpack/standalone.babel.js",