Skip to content

Commit 5dcae98

Browse files
authored
chore: update husky and improve scripts (#556)
1 parent 2fc310b commit 5dcae98

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

β€Ž.husky/pre-commit

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
pnpm lint-staged
1+
lint-staged

β€Ž.husky/pre-push

100755100644
-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
pnpm lint

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"eslint-config-next": "14.2.4",
140140
"eslint-plugin-sonarjs": "0.25.1",
141141
"eslint-plugin-storybook": "0.8.0",
142-
"husky": "9.0.11",
142+
"husky": "9.1.7",
143143
"jsdom": "24.1.0",
144144
"lint-staged": "15.2.7",
145145
"maildev": "2.1.0",

β€Žpnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)