Skip to content

Commit

Permalink
ci: Fix husky post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 10, 2021
1 parent 03d2532 commit d3a97d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
npm ci
git remote prune origin

0 comments on commit d3a97d5

Please sign in to comment.