Files
vtj/lerna.json
陈华春 319b6082fc ci: 👷commit
2024-04-03 11:19:59 +08:00

30 lines
661 B
JSON

{
"$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"
}
}
}