We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926836b commit be9fd81Copy full SHA for be9fd81
pre-push.hook
@@ -13,7 +13,9 @@ LF='
13
'
14
15
git diff --no-index --quiet pre-push.hook "$(git rev-parse --git-path hooks/pre-push)" ||
16
-die 'The `pre-push` hook is not up to date with `pre-push.hook`'
+die 'The `pre-push` hook is not up to date with `pre-push.hook`. Please update:
17
+
18
+ cp pre-push.hook .git/hooks/pre-push'
19
20
# Verify that any tagged version is reflected in its `package.json`
21
for tag in $(git for-each-ref --format='%(refname:short)' --points-at=HEAD 'refs/tags/v[0-9]*')
0 commit comments