Skip to content

Commit 79bfd99

Browse files
committed
chore: 退回串行打包
1 parent 8ee0a0b commit 79bfd99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"vue:build": "yarn workspace @antv/s2-vue build",
3434
"vue:test": "yarn workspace @antv/s2-vue test",
3535
"vue:watch": " yarn workspace @antv/s2-vue watch",
36-
"build": "lerna run build --include-dependencies --stream",
37-
"build:esm": "lerna run build:esm --include-dependencies --stream",
38-
"build:umd": "lerna run build:umd --include-dependencies --stream",
36+
"build": "lerna run build --include-dependencies --stream --concurrency 1",
37+
"build:esm": "lerna run build:esm --include-dependencies --stream --concurrency 1",
38+
"build:umd": "lerna run build:umd --include-dependencies --stream --concurrency 1",
3939
"bundle:size": "lerna run bundle:size --stream",
4040
"release": "lerna exec --concurrency 1 -- npx --no-install semantic-release",
4141
"prepublish:manual": "yarn build",

0 commit comments

Comments
 (0)