Skip to content

Commit 1e97fc1

Browse files
committed
chore(scripts): remove pre-commit yarn script, run precise-commits explicitly from husky
1 parent 8da5b8e commit 1e97fc1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
. "$(dirname "$0")/common.sh"
22

3-
yarn pre-commit
3+
yarn precise-commits

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"scripts": {
1717
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
1818
"lint": "tsc --noEmit && eslint . && prettier --check .",
19-
"pre-commit": "precise-commits",
2019
"prepare": "husky && tsc",
2120
"semantic-release": "semantic-release",
2221
"test": "ava"

0 commit comments

Comments
 (0)