workflow: remove non-existent commit script from verifyCommit message

This commit is contained in:
Evan You 2019-10-11 11:22:41 -04:00
parent 95d7e1f471
commit 1321e8893d

View File

@ -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)
}