We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fd5f8 commit d65855fCopy full SHA for d65855f
lefthook.yaml
@@ -21,7 +21,7 @@ pre-push:
21
- name: knip
22
run: pnpm run lint:knip
23
- name: lockfile-sync-check
24
- glob: '{package.json,pnpm-workspace.yaml}'
+ glob: '{**/package.json,pnpm-workspace.yaml}'
25
run: pnpm install --lockfile-only --frozen-lockfile
26
- name: lint-all-on-lockfile-change
27
glob: 'pnpm-lock.yaml'
0 commit comments