We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc050b commit 26b01a7Copy full SHA for 26b01a7
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npm run lint-staged
package.json
@@ -15,7 +15,7 @@
15
"lint:fix": "turbo run lint:fix",
16
"lint:packages": "sherif",
17
"lint:packages:fix": "sherif --fix",
18
- "prepare": "husky install",
+ "prepare": "husky",
19
"start": "turbo run start",
20
"test": "turbo run test"
21
},
@@ -41,7 +41,7 @@
41
"cspell": "^7.2.0",
42
"eslint": "8.57.0",
43
"eslint-config-saleor": "workspace:*",
44
- "husky": "^8.0.3",
+ "husky": "9.1.4",
45
"lint-staged": "^13.2.3",
46
"next": "14.2.3",
47
"prettier": "3.0.3",
0 commit comments