欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

scope may not be empty [scope-empty]

程序员文章站 2022-07-12 14:30:08
...

git commit 提交 scope may not be empty [scope-empty]

✖ scope may not be empty [scope-empty]

git commit -am 'feat: 提交内容'

这个错误很明显了,没有添加范围,应为用到了lerna 管理父子项目

加上范围就可以了

git commit -am 'feat(modeA): 提交内容'

最后根据这个地址找到了答案

scope may not be empty [scope-empty]

相关标签: 遇到的错误