Skip to content

Commit 80a42a4

Browse files
hansottalexjoverm
authored andcommitted
Rename GIT_PARAMS to HUSKY_GIT_PARAMS (#270)
See https://github.com/typicode/husky#upgrading-from-014
1 parent 29ed4b8 commit 80a42a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/semantic-release-prepare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const pkg = JSON.parse(
88
)
99

1010
pkg.scripts.prepush = "npm run test:prod && npm run build"
11-
pkg.scripts.commitmsg = "commitlint -E GIT_PARAMS"
11+
pkg.scripts.commitmsg = "commitlint -E HUSKY_GIT_PARAMS"
1212

1313
writeFileSync(
1414
path.resolve(__dirname, "..", "package.json"),

0 commit comments

Comments
 (0)