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 0b92142 commit bb60885Copy full SHA for bb60885
package.json
@@ -17,7 +17,7 @@
17
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
18
"lint": "tsc --noEmit && eslint . && prettier --check .",
19
"pre-commit": "precise-commits",
20
- "prepare": "husky install && tsc",
+ "prepare": "husky && tsc",
21
"semantic-release": "semantic-release",
22
"test": "ava"
23
},
0 commit comments