Skip to content

Commit 8c8c7af

Browse files
committed
remove stream
1 parent 23eeba7 commit 8c8c7af

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
@@ -4,7 +4,7 @@
44
],
55
"scripts": {
66
"build": "lerna run build",
7-
"start": "npm run build && lerna run start --parallel --stream",
7+
"start": "npm run build && lerna run start --parallel",
88
"test": "jest",
99
"release": "npm run build && npm run changeset publish",
1010
"changeset": "changeset",

0 commit comments

Comments
 (0)