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.
2 parents a454f19 + fdb5ba9 commit d314231Copy full SHA for d314231
pre-push.hook
@@ -33,7 +33,7 @@ git diff --quiet dist/ ||
33
die '`dist/` is dirty'
34
35
base="$(git rev-list HEAD -1 -- dist/)"
36
-if test 0 -lt $(git rev-list --count ${base+$base..}HEAD -- \*.ts)
+if test 0 -lt $(git rev-list --count ${base+$base..}HEAD -- \*.js)
37
then
38
echo "Verifying that dist/ is up to date" >&2
39
npm run prepare &&
0 commit comments