Add lerna

This commit is contained in:
Jani Eväkallio
2020-07-12 14:50:43 +01:00
parent 3191d7ddf3
commit a94110898b
3 changed files with 2931 additions and 50 deletions

8
lerna.json Normal file
View File

@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0-alpha.0"
}

View File

@@ -13,7 +13,8 @@
"watch": "yarn workspace foam-vscode watch"
},
"devDependencies": {
"all-contributors-cli": "^6.16.1"
"all-contributors-cli": "^6.16.1",
"lerna": "^3.22.1"
},
"engines": {
"node": ">=10"

2970
yarn.lock

File diff suppressed because it is too large Load Diff