|
22 | 22 | ], |
23 | 23 | "scripts": { |
24 | 24 | "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", |
28 | 28 | "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", |
31 | 31 | "lint": "tslint packages/**/src/**/*", |
32 | 32 | "lint:fix": "npm run lint -- --fix", |
33 | 33 | "pretest": "npm run build", |
34 | 34 | "test": "jest", |
35 | | - "test:e2e": "lerna run test:e2e", |
| 35 | + "test:e2e": "lerna run test:e2e --stream", |
36 | 36 | "test:ci": "CI=true npm run test && npm run test:e2e", |
37 | 37 | "clean": "lerna clean" |
38 | 38 | }, |
|
0 commit comments