Skip to content

Commit b0c97ff

Browse files
authored
Merge pull request #11 from capricorn86/fix-bin-script-for-pr-commit-messages
fix: [#1] Fixes bin script for PR commit messages
2 parents 1cd730b + 6f9407d commit b0c97ff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"happy-prepare-commit-message": "./bin/happy-prepare-commit-message.cjs",
3131
"happy-release-notes": "./bin/happy-release-notes.cjs",
3232
"happy-validate-commit-message": "./bin/happy-validate-commit-message.cjs",
33-
"happy-validate-pr-commit-messages": "./bin/happy-validate-commit-message.cjs"
33+
"happy-validate-pr-commit-messages": "./bin/happy-validate-pr-commit-messages.cjs"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^18.0.0",

0 commit comments

Comments
 (0)