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 c59859e commit bb22942Copy full SHA for bb22942
.husky/commit-msg
@@ -1,5 +1,3 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
. "$(dirname "$0")/common.sh"
4
5
yarn commitlint --edit $1
.husky/pre-commit
yarn precise-commits
package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"commit": "cz",
17
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
18
- "postinstall": "husky install",
+ "postinstall": "husky",
19
"lint": "tsc --noEmit && eslint . && prettier --check .",
20
"prepack": "tsc && pinst --disable",
21
"postpack": "pinst --enable",
0 commit comments