Skip to content

Commit 988b9e4

Browse files
committed
chore(devDeps): update husky
1 parent ac20d1c commit 988b9e4

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- lint-staged
5-
npm t
2+
npm test

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"pretest": "biome check .",
88
"test": "node --test --experimental-test-coverage",
9-
"prepare": "husky install"
9+
"prepare": "husky"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -29,12 +29,12 @@
2929
"devDependencies": {
3030
"@biomejs/biome": "^1.7.3",
3131
"gerar-cpf": "^2.0.3",
32-
"husky": "^8.0.3",
32+
"husky": "^9.0.11",
3333
"lint-staged": "^15.0.2"
3434
},
3535
"lint-staged": {
3636
"*": [
3737
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
3838
]
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)