We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c8f80 commit d9bb30eCopy full SHA for d9bb30e
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -33,7 +33,7 @@
33
"lint:src": "eslint .",
34
"lint:types": "tsc --noEmit",
35
"lint-fix": "eslint --fix src",
36
- "prepare": "husky install",
+ "prepare": "husky",
37
"prepublishOnly": "npm run build",
38
"postpublish": "git push --tags",
39
"start": "nodemon --watch src --exec npm run build -e ts,tsx"
0 commit comments