-1

那里。我正在尝试使用 yarn 2 在我的项目中设置 CommitLint 和 husky,但是当我提交时,我遇到了这个问题。有没有什么办法解决这一问题?我尝试使用以下 3 个命令:

  • npx --no-install commitlint --edit "$1"
  • yarn --no-install commitlint --edit "$1"
  • yarn run --no-install commitlint --edit "$1"

我正在使用带有 Node 14 LTS 的 Mac OS X 10.11.6。我的仓库在GitLab上(必须绕过 commitlint 检查)

使用 npx
使用 yarn
使用 yarn run

4

1 回答 1

0

我已经与 CommitLint Devs 进行了检查。他说目前不支持。你可以看看这里。网站上也有注释

于 2021-06-09T11:02:03.137 回答