Skip to content

Commit 3d2c043

Browse files
committed
run migration script from husky 4 to 8
1 parent c5e0156 commit 3d2c043

File tree

3 files changed

+32
-316
lines changed

3 files changed

+32
-316
lines changed

.husky/pre-commit

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

0 commit comments

Comments
 (0)