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