ci: Fix husky post-merge

This commit is contained in:
peaceiris 2021-02-10 14:14:41 +09:00
parent 03d253207f
commit d3a97d53a8
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
npm ci
git remote prune origin