Skip to content

Commit 1555fa4

Browse files
committed
ci: Fix husky post-merge
1 parent 3b583e9 commit 1555fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
1+
npm ci
22
git remote prune origin

0 commit comments

Comments
 (0)