add lerna to manage monorepo

This commit is contained in:
Yanzhen Yu
2021-08-14 23:58:56 +08:00
parent e5b0750e90
commit 9571c36d80
9 changed files with 3386 additions and 65 deletions

10
lerna.json Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"message": "chore(release): publish %s"
}
}
}