Configure lerna with yarn workspaces

This commit is contained in:
Zalmoxisus 2018-12-07 16:44:11 +02:00
parent 6279ce8350
commit 18910522f0
4 changed files with 7866 additions and 0 deletions

1
.yarnrc Normal file
View File

@ -0,0 +1 @@
workspaces-experimental true

6
lerna.json Normal file
View File

@ -0,0 +1,6 @@
{
"lerna": "3.4.2",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"private": true,
"devDependencies": {
"lerna": "3.4.2"
},
"scripts": {
},
"workspaces": [
"packages/*"
]
}

7848
yarn.lock Normal file

File diff suppressed because it is too large Load Diff