1 Star 4 Fork 1

Jerry K / beeweb-logger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lerna.json 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry K 提交于 2021-07-17 20:54 . fix: 清理无用包
{
"packages": [
"packages/*"
],
"useWorkspaces": true,
"npmClient": "yarn",
"npmClientArgs": [
"--production",
"--no-optional"
],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"*.md"
],
"message": "chore(release): publish %s"
},
"version": {
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"*.md",
"packages/vuepage"
],
"message": "version patch"
},
"bootstrap": {
"ignore": "component-*",
"npmClientArgs": [
"--no-package-lock"
]
}
}
}
JavaScript
1
https://gitee.com/g0ngjie/beeweb-logger.git
git@gitee.com:g0ngjie/beeweb-logger.git
g0ngjie
beeweb-logger
beeweb-logger
master

搜索帮助