Skip to content

Commit a703b9c

Browse files
committed
test: verify husky hooks
1 parent 1b68717 commit a703b9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.husky/commit-msg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/sh
2-
1+
#!/usr/bin/env sh
32
pnpm exec commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
#!/bin/sh
2-
1+
#!/usr/bin/env sh
32
pnpm exec lint-staged --allow-empty $1

0 commit comments

Comments
 (0)