add lerna

This commit is contained in:
Raghunandan Balachandran
2020-01-31 17:06:03 +01:00
parent 9ff079458c
commit 3f9a99f9a7
3 changed files with 4915 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
}
+7 -1
View File
@@ -3,5 +3,11 @@
"workspaces": [
"packages/core",
"packages/app"
]
],
"devDependencies": {
"lerna": "^3.20.2",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
},
"name": "frontend"
}
+4900 -1
View File
File diff suppressed because it is too large Load Diff