We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e6ff4 commit fd18587Copy full SHA for fd18587
.husky/commit-msg
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx --no-install commitlint --edit $1
.husky/pre-commit
npx --no-install lint-staged
package.json
@@ -36,7 +36,7 @@
36
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
37
"pretest": "npm run lint",
38
"test": "npm run test:coverage",
39
- "prepare": "husky install && npm run build",
+ "prepare": "husky && npm run build",
40
"release": "standard-version"
41
},
42
"files": [
0 commit comments