ci: Fix husky post-merge (#491)

This commit is contained in:
Shohei Ueda 2021-02-10 13:47:06 +09:00 committed by GitHub
parent 9564982d19
commit 029d5ce0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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