Skip to content

Commit

Permalink
lock: update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed May 20, 2022
1 parent d353f97 commit a8db023
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/verifyCommit.ts
Expand Up @@ -24,7 +24,9 @@ if (!commitRE.test(msg)) {
${chalk.green(`🌷 UI(模块): 修改了一下样式`)}
${chalk.green(`🏰 chore(模块): 对脚手架做了些更改`)}
${chalk.green(`🌐 locale(模块): 为国际化做了微小的贡献\n`)}
${chalk.green(`其他提交类型: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`)}
${chalk.green(
`其他提交类型: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`,
)}
${chalk.red(`See .github/commit-convention.md for more details.\n`)}`,
);
} else {
Expand All @@ -41,7 +43,9 @@ if (!commitRE.test(msg)) {
${chalk.green(`🌷 UI(compiler): better styles`)}
${chalk.green(`🏰 chore(compiler): Made some changes to the scaffolding`)}
${chalk.green(`🌐 locale(compiler): Made a small contribution to internationalization\n`)}
${chalk.green(`Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`)}
${chalk.green(
`Other commit types: refactor, perf, workflow, build, CI, typos, tests, types, wip, release, dep\n`,
)}
${chalk.red(`See .github/commit-convention.md for more details.\n`)}`,
);
}
Expand Down

0 comments on commit a8db023

Please sign in to comment.