We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2d762 commit 64e81b1Copy full SHA for 64e81b1
.husky/pre-push
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npm test
package.json
@@ -16,7 +16,7 @@
16
"lint-staged": "lint-staged",
17
"docs": "lerna run docs",
18
"prepare": "husky install",
19
- "pre-commit": "run-s lint-staged test"
+ "pre-commit": "lint-staged"
20
},
21
"devDependencies": {
22
"@commitlint/cli": "^8.1.0",
0 commit comments