We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e9040 commit c559d98Copy full SHA for c559d98
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -17,7 +17,7 @@
17
"lint": "eslint .",
18
"semantic-release": "semantic-release",
19
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
20
- "prepare": "husky install"
+ "prepare": "husky"
21
},
22
"repository": {
23
"type": "git",
0 commit comments