We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a9e79 commit ca13cefCopy full SHA for ca13cef
.husky/post-checkout
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-if diff --quiet HEAD@{1} HEAD -- package.json; then else pnpm i --frozen-lockfile; fi
+if ! diff --quiet HEAD@{1} HEAD -- package.json; then pnpm i --frozen-lockfile; fi
0 commit comments