Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit aa0a4f3

Browse files
author
Nicolas Carlo
committed
Stream lerna outputs
Fix #281
1 parent 72c05ae commit aa0a4f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
],
2323
"scripts": {
2424
"lerna": "lerna",
25-
"build": "lerna run build --scope @gitgraph/{core,react,js,node}",
26-
"watch": "lerna run watch",
27-
"storybook": "lerna run storybook",
25+
"build": "lerna run build --scope @gitgraph/{core,react,js,node} --stream",
26+
"watch": "lerna run watch --stream",
27+
"storybook": "lerna run storybook --stream",
2828
"develop": "concurrently npm:watch npm:storybook",
29-
"website": "lerna run start --scope=@gitgraph/website",
30-
"deploy:website": "lerna run deploy --scope=@gitgraph/website",
29+
"website": "lerna run start --scope=@gitgraph/website --stream",
30+
"deploy:website": "lerna run deploy --scope=@gitgraph/website --stream",
3131
"lint": "tslint packages/**/src/**/*",
3232
"lint:fix": "npm run lint -- --fix",
3333
"pretest": "npm run build",
3434
"test": "jest",
35-
"test:e2e": "lerna run test:e2e",
35+
"test:e2e": "lerna run test:e2e --stream",
3636
"test:ci": "CI=true npm run test && npm run test:e2e",
3737
"clean": "lerna clean"
3838
},

0 commit comments

Comments
 (0)