Skip to content

Commit 2343ca0

Browse files
authored
chore: update husky hooks (#5245)
1 parent d0d569f commit 2343ca0

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"swiftshader",
6666
"hoge",
6767
"subsubcomain",
68-
"noselect"
68+
"noselect",
69+
"commitlint"
6970
],
7071
"ignorePaths": [
7172
"CHANGELOG.md",

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
lint-staged

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"execa": "^5.1.1",
108108
"html-webpack-plugin": "^5.5.3",
109109
"http-proxy": "^1.18.1",
110-
"husky": "^9.0.10",
110+
"husky": "^9.1.3",
111111
"jest": "^29.5.0",
112112
"jest-environment-jsdom": "^29.5.0",
113113
"klona": "^2.0.4",

0 commit comments

Comments
 (0)