diff --git a/scripts/verifyCommit.js b/scripts/verifyCommit.js index 9b76cf99..23abc11d 100644 --- a/scripts/verifyCommit.js +++ b/scripts/verifyCommit.js @@ -21,12 +21,7 @@ if (!commitRE.test(msg)) { ` ${chalk.green( `fix(v-model): handle events on blur (close #28)` )}\n\n` + - chalk.red(` See .github/commit-convention.md for more details.\n`) + - chalk.red( - ` You can also use ${chalk.cyan( - `npm run commit` - )} to interactively generate a commit message.\n` - ) + chalk.red(` See .github/commit-convention.md for more details.\n`) ) process.exit(1) }