Skip to content

Commit d9b6203

Browse files
committed
chore: update husky config
1 parent c95d751 commit d9b6203

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
npx --no-install commitlint --edit "$1"
4+
npx --no-install commitlint --edit $1

0 commit comments

Comments
 (0)