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",