Skip to content

Commit

Permalink
chore: reset .husky/commit-msg to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Jan 22, 2025
1 parent a5aded9 commit ae75bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

if [ -f .devbox/virtenv/nodejs/corepack-bin/pnpm ]; then
# For devbox users making Git commits from IDE.
.devbox/virtenv/nodejs/corepack-bin/pnpm commitlint --edit "$1"
Expand Down

0 comments on commit ae75bbe

Please sign in to comment.