1 Star 0 Fork 93

LiuShengen/VTJ

forked from VTJ.PRO/VTJ 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lerna.json 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2024-04-03 11:19 . ci: 👷commit
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "independent",
"useNx": true,
"npmClient": "pnpm",
"packages": [
"packages/*",
"platforms/*",
"apps/*",
"create-vtj",
"dev",
"docs",
"lcdp"
],
"command": {
"publish": {
"ignoreChanges": ["**/*.md"],
"message": "build: 📦 release",
"conventionalCommits": true,
"exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
},
"version": {
"ignoreChanges": ["**/*.md"],
"message": "build: 📦 release",
"conventionalCommits": true,
"exec": "npx commitlint --from $LERNA_PACKAGE_NAME"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sourceflowai/vtj.git
git@gitee.com:sourceflowai/vtj.git
sourceflowai
vtj
VTJ
master

搜索帮助