Skip to content

Commit da3c465

Browse files
chore: add shebang for husky
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 36eb51b commit da3c465

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.husky/commit-msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
npx commitlint --edit $1
1+
#!/usr/bin/env sh
2+
set -e
3+
npx commitlint --edit "$1"

0 commit comments

Comments
 (0)