From 1d5d3ee4a8bd2f44d9ec887a306aca86097ec4c6 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Mon, 2 Nov 2020 18:56:19 +0800 Subject: [PATCH] chore: update build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7e4428a7a..44ee40c07b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "jest", "gen": "bash ./scripts/gc.sh", "bootstrap": "yarn && npx lerna bootstrap", - "build": "yarn bootstrap && yarn build:lib && yarn build:theme", + "build": "yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm", "build:lib": "rimraf lib && webpack --config ./build/webpack.config.js", "build:esm-bundle": "rollup --config ./build/rollup.config.bundle.js", "build:esm": "node ./build/bincomp.js",