Skip to content

Commit c884ed2

Browse files
authoredNov 8, 2024··
chore: husky migration (#875)
1 parent de0fb82 commit c884ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
pnpm commitlint --edit "$1"
3+
commitlint --edit "$1"

‎.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
pnpm lint-staged
3+
lint-staged

0 commit comments

Comments
 (0)
Please sign in to comment.