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 34787c1 commit 661aea9Copy full SHA for 661aea9
.husky/commit-msg
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env sh
2
+
3
+npx --no -- commitlint --edit $1
husky/commit-msg
package.json
@@ -17,6 +17,7 @@
17
"lint": "prettier --write .",
18
"prepack": "unbuild",
19
"start": "node ./bin/index.mjs",
20
+ "prepare": "husky",
21
"release": "changelogen --release"
22
},
23
"resolutions": {
0 commit comments