Commit a8fd5f8
committed
chore(lefthook): add lockfile integrity and dependency change checks
- Add lockfile-sync-check: verify package.json/pnpm-workspace.yaml
changes are reflected in pnpm-lock.yaml using --frozen-lockfile
- Add lint-all-on-lockfile-change: run full lint when lockfile changes
- Add test-all-on-lockfile-change: run full test suite when lockfile changes
These checks ensure dependency changes are properly validated before push.1 parent 12c36f3 commit a8fd5f8
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments