ci: Migrate husky from v4 to v5

This commit is contained in:
peaceiris 2021-02-10 13:43:04 +09:00
parent 9564982d19
commit 10348d5db2
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC
3 changed files with 193 additions and 35 deletions

View file

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