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 4a04ce0 commit 34787c1Copy full SHA for 34787c1
husky/commit-msg
@@ -1 +1,4 @@
1
-pnpm commitlint \${1}
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+npx --no -- commitlint --edit
package.json
@@ -17,8 +17,7 @@
17
"lint": "prettier --write .",
18
"prepack": "unbuild",
19
"start": "node ./bin/index.mjs",
20
- "release": "changelogen --release",
21
- "commitlint": "commitlint --edit"
+ "release": "changelogen --release"
22
},
23
"resolutions": {
24
"@harmonix-js/core": "link:."
0 commit comments