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 29ed4b8 commit 80a42a4Copy full SHA for 80a42a4
tools/semantic-release-prepare.ts
@@ -8,7 +8,7 @@ const pkg = JSON.parse(
8
)
9
10
pkg.scripts.prepush = "npm run test:prod && npm run build"
11
-pkg.scripts.commitmsg = "commitlint -E GIT_PARAMS"
+pkg.scripts.commitmsg = "commitlint -E HUSKY_GIT_PARAMS"
12
13
writeFileSync(
14
path.resolve(__dirname, "..", "package.json"),
0 commit comments