mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-03-25 21:20:38 +08:00
add lerna monorepo
This commit is contained in:
parent
6e0536335e
commit
322e72b1ef
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# local
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# log
|
||||
*.log
|
||||
*.log.*
|
||||
|
||||
node_modules
|
7
lerna.json
Normal file
7
lerna.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "independent",
|
||||
"npmClient": "yarn"
|
||||
}
|
10
package.json
Normal file
10
package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lerna": "lerna"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^4.0.0"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user