Skip to content

Commit 1021b1d

Browse files
Samarpan  BhattacharyaSamarpan  Bhattacharya
Samarpan Bhattacharya
authored and
Samarpan Bhattacharya
committedNov 15, 2021
fix(chore): update husky and commitlint
gh-0
1 parent 6910f78 commit 1021b1d

File tree

5 files changed

+685
-480
lines changed

5 files changed

+685
-480
lines changed
 

‎.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx --no-install commitlint --edit

‎.husky/pre-commit

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

‎.husky/prepare-commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
exec < /dev/tty && npx cz --hook || true

0 commit comments

Comments
 (0)
Please sign in to comment.