actions-hugo/.husky/post-merge

3 lines
112 B
Text
Raw Normal View History

2021-02-09 19:30:33 +09:00
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
git remote prune origin