Skip to content

Commit 1bdcbd0

Browse files
committed
build 不应该使用 parallel
1 parent fbfcc97 commit 1bdcbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"boot": "lerna bootstrap",
6-
"build": "lerna run build --parallel --stream",
6+
"build": "lerna run build --stream",
77
"dev": "npm run build && lerna run dev --parallel --stream",
88
"test": "jest --coverage",
99
"clean": "lerna clean",

0 commit comments

Comments
 (0)