Commit 7219759
Copilot setup steps: install husky hooks after npm ci
The repo's .npmrc sets `ignore-scripts = true` to mitigate supply-chain
attacks, which also blocks this project's own `prepare` script from
running. So `npm ci` leaves the husky pre-commit hooks (phpstan-diff,
PHPCS) uninstalled. Run `npm run prepare` explicitly so the agent's
commits get the same hook coverage as a local contributor's.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4b36b63 commit 7219759
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments