diff --git a/.husky/post-merge b/.husky/post-merge index b73a718..c55f177 100644 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -1,2 +1,2 @@ -(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || : +npm ci git remote prune origin