Skip to content

Commit 54b3b62

Browse files
committed
chore: fix husky config
1 parent b64155a commit 54b3b62

File tree

3 files changed

+221
-130
lines changed

3 files changed

+221
-130
lines changed

.husky/pre-commit

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

packages/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
"name": "packages",
7171
"packageManager": "[email protected]",
7272
"resolutions": {
73-
"[email protected]": "patch:timecode@npm%3A0.0.4#./.yarn/patches/timecode-npm-0.0.4-82bde9e6fe.patch"
73+
"[email protected]": "patch:timecode@npm%3A0.0.4#./.yarn/patches/timecode-npm-0.0.4-82bde9e6fe.patch",
74+
"husky": "^9.1.7",
75+
"lint-staged": "^15.4.1"
7476
}
7577
}

0 commit comments

Comments
 (0)