mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 11:51:08 +08:00
29 lines
649 B
JSON
29 lines
649 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"useNx": true,
|
|
"npmClient": "pnpm",
|
|
"packages": [
|
|
"packages/*",
|
|
"platforms/*",
|
|
"apps/*",
|
|
"create-vtj",
|
|
"dev",
|
|
"docs"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|