Commit 4453dd5
committed
feat: add -r and --no-bail flags to aggregate commands
Reorganise test and typecheck commands:
- test: Run all tests across workspace (was test:all)
- test:root: Run tests in root package only (was test)
- test:examples: Run tests in examples package
- typecheck: Run all typechecks across workspace (was typecheck:all)
- typecheck:root: Run typecheck in root package only (was typecheck)
- typecheck:examples: Run typecheck in examples package
All aggregate commands use:
- -r: Run recursively in all workspace packages
- --no-bail: Continue running even if some fail
- --aggregate-output: Group output by script for readability
This makes the default commands run everything, whilst still allowing
targeted execution with :root and :examples suffixes.1 parent 3291925 commit 4453dd5
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments