ci: Fix husky post-merge
This commit is contained in:
parent
03d253207f
commit
d3a97d53a8
|
@ -1,2 +1,2 @@
|
||||||
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
|
npm ci
|
||||||
git remote prune origin
|
git remote prune origin
|
||||||
|
|
Loading…
Reference in New Issue