workflow: remove non-existent commit script from verifyCommit message
This commit is contained in:
parent
95d7e1f471
commit
1321e8893d
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user