|
21 | 21 | "cy:component": "cypress run --component", |
22 | 22 | "test:vitest": "vitest --watch=false", |
23 | 23 | "test:vitest-watch": "vitest", |
24 | | - "lint": "lerna run lint --stream", |
| 24 | + "lint": "lerna run lint", |
25 | 25 | "lint:changes": "npm run lint -- --since HEAD^", |
26 | | - "lint:fix": "lerna run lint:fix --stream", |
| 26 | + "lint:fix": "lerna run lint:fix", |
27 | 27 | "lint:commits": "commitlint --from=HEAD^1", |
28 | | - "bootstrap": "node scripts/bootstrap.js", |
29 | | - "build": "lerna run build --stream", |
30 | | - "build:watch": "lerna run build:watch --stream", |
31 | | - "build:docs": "lerna run bundle --stream --scope docs-app", |
| 28 | + "bootstrap": "time node scripts/bootstrap.js", |
| 29 | + "build": "lerna run build", |
| 30 | + "build:watch": "lerna run build:watch", |
| 31 | + "build:docs": "lerna run bundle --scope docs-app", |
32 | 32 | "build:tokens": "ui-scripts generate-all-tokens", |
33 | 33 | "build:types": "tsc -b tsconfig.references.json", |
34 | | - "build:ts": "lerna run prepare-build --stream --scope @instructure/ui-icons && npm run build:types --verbose", |
| 34 | + "build:ts": "lerna run prepare-build --scope @instructure/ui-icons && npm run build:types", |
35 | 35 | "clean": "node scripts/clean.js", |
36 | 36 | "clean-node": "node scripts/clean.js --nuke_node", |
37 | | - "export:icons": "lerna run export --stream --scope @instructure/ui-icons", |
| 37 | + "export:icons": "lerna run export --scope @instructure/ui-icons", |
38 | 38 | "bump": "ui-scripts bump", |
39 | 39 | "release": "ui-scripts publish", |
40 | 40 | "husky:pre-commit": "lint-staged && node scripts/checkTSReferences.js", |
41 | 41 | "postinstall": "husky", |
42 | | - "ts:check": "lerna run ts:check --stream" |
| 42 | + "ts:check": "lerna run ts:check" |
43 | 43 | }, |
44 | 44 | "license": "MIT", |
45 | 45 | "resolutions": { |
|
0 commit comments