Skip to content

Commit 8bd2018

Browse files
committed
ci: update hook scripts
1 parent af0df68 commit 8bd2018

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm commitlint --edit ${1}

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
pnpm lint-staged
1+
pnpm lint-staged

0 commit comments

Comments
 (0)