Skip to content

Commit ce2ed3e

Browse files
committed
chore(.husky): add husky source [skip-ci]
1 parent f464c30 commit ce2ed3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.husky/commit-msg

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
23

34
npx --no-install commitlint --edit "${1}"

.husky/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
23

34
npx --no-install lint-staged

0 commit comments

Comments
 (0)