Commit 05eb4bb
committed
fix(ci): skip husky hooks during semantic-release
Semantic-release creates a chore(release) commit that triggers husky
commit-msg hook, which runs commitlint under Node 26. Commitlint or
its deps fail with SyntaxError on Node 26. Skip hooks with HUSKY=0
since semantic-release commits do not need lint validation.1 parent 1458e38 commit 05eb4bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
0 commit comments