Commit ac0f36d
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 ac0f36d
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments