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.
2 parents 82a977b + f9805a1 commit 2180fdaCopy full SHA for 2180fda
1 file changed
lefthook.yml
@@ -19,5 +19,6 @@ pre-push:
19
post-merge:
20
commands:
21
install:
22
+ files: git diff --name-only ORIG_HEAD HEAD
23
glob: '{bun.lock,**/package.json}'
24
run: printf '\033[0;31mDependencies have changed, please run "bun install"\033[0m\n'
0 commit comments