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 8da5b8e commit 1e97fc1Copy full SHA for 1e97fc1
.husky/pre-commit
@@ -1,3 +1,3 @@
1
. "$(dirname "$0")/common.sh"
2
3
-yarn pre-commit
+yarn precise-commits
package.json
@@ -16,7 +16,6 @@
16
"scripts": {
17
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
18
"lint": "tsc --noEmit && eslint . && prettier --check .",
19
- "pre-commit": "precise-commits",
20
"prepare": "husky && tsc",
21
"semantic-release": "semantic-release",
22
"test": "ava"
0 commit comments