Skip to content

Commit ca13cef

Browse files
committed
chore(husky): fix post-checkout
1 parent b5a9e79 commit ca13cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
if diff --quiet HEAD@{1} HEAD -- package.json; then else pnpm i --frozen-lockfile; fi
2+
if ! diff --quiet HEAD@{1} HEAD -- package.json; then pnpm i --frozen-lockfile; fi

0 commit comments

Comments
 (0)