Skip to content

Commit 6815b7d

Browse files
committed
moved tag-check to pre-push
1 parent f759b2b commit 6815b7d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.husky/pre-commit

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
lint-staged
2-
32
#!/bin/sh
3+
44
# Husky pre-commit hook to update companion/HELP.md with all action names and descriptions
55
node scripts/update-actions-md.js
6-
git add companion/HELP.md
7-
8-
node scripts/check-tag.js
6+
git add companion/HELP.md

.husky/pre-push

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
node scripts/check-tag.js

0 commit comments

Comments
 (0)