Commit 93c70f4
Add store to manifest regen, soften repo-health matchers
Store package ships /oclif.manifest.json but the prepack didn't regenerate
it — same bug the test is meant to catch. Add `pnpm oclif manifest` to
store's prepack alongside the other six packages.
Per Copilot review feedback, soften the repo-health matchers so the test
doesn't miss legitimate variants:
- files entries: match any path ending in `oclif.manifest.json` (covers
`'oclif.manifest.json'` and globs in addition to `'/oclif.manifest.json'`)
- prepack script: match `oclif manifest` via word-boundary regex (covers
`pnpm exec oclif manifest`, `pnpm --silent oclif manifest`, etc.)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 576c952 commit 93c70f4
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments