This commit is contained in:
2025-08-25 20:24:23 +08:00
parent 30106e0129
commit 0ae8d7a709
1044 changed files with 321581 additions and 0 deletions

17
source/admin/lerna.json Normal file
View File

@@ -0,0 +1,17 @@
{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "npm",
"loglevel": "success",
"command": {
"version": {
"allowBranch": ["main", "release/*"],
"conventionalCommits": true,
"preid": "beta",
"gitRemote": "upstream",
"message": "chore(release): publish"
}
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}