Skip to content

Commit b614856

Browse files
committed
chore: uses lerna stream for parallel build
1 parent 2414f9f commit b614856

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
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"exec:all": "lerna exec",
20-
"run:all": "lerna run",
20+
"run:all": "lerna run --stream",
2121
"build": "yarn run:all build",
2222
"clean": "yarn run:all clean",
2323
"test": "yarn run:all test --passWithNoTests",

0 commit comments

Comments
 (0)