We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830b8c8 commit ae7c0c9Copy full SHA for ae7c0c9
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+. "$(dirname "$0")/_/husky.sh"
3
+
4
+npm test
package.json
@@ -19,9 +19,8 @@
19
"build:js": "rollup -c",
20
"build:storybook": "build-storybook -o dist/storybook --quiet",
21
"prepack": "run-s build",
22
- "precommit": "npm test",
23
- "commitmsg": "commitlint -e",
24
- "semantic-release": "semantic-release"
+ "semantic-release": "semantic-release",
+ "prepare": "husky install"
25
},
26
"publishConfig": {
27
"access": "public"
0 commit comments