Commit 68fc3ba
committed
build: exclude gitignored scripts/lib scratch from scripts typecheck
scripts/lib (local-only dreamer-task/model-dispatch experiment harness) is
gitignored and absent on CI, but the release-time scripts typecheck
(tsc -p tsconfig.scripts.json) was scanning it via scripts/**/*.ts and
failing on local-only drift. Exclude it like scripts/experiments so the
release gate ignores local scratch.1 parent 6267f85 commit 68fc3ba
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
0 commit comments