actions-hugo/.husky/post-merge
2021-02-09 19:30:33 +09:00

3 lines
112 B
Plaintext

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