]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
workflow: remove non-existent commit script from verifyCommit message
authorEvan You <yyx990803@gmail.com>
Fri, 11 Oct 2019 15:22:41 +0000 (11:22 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 11 Oct 2019 15:22:41 +0000 (11:22 -0400)
scripts/verifyCommit.js

index 9b76cf993d9497ec06892f1faed2f44d9ee963d9..23abc11d598315d0a23cf180bf4ba4a81de4f726 100644 (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)
 }