2021-02-09 19:23:10 +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