Packages: Use lerna for release orchestration (#17985)

This commit is contained in:
Dominik Prokop
2019-07-09 09:43:53 -07:00
committed by Ryan McKinley
parent 6599bdc7f1
commit c32365f424
16 changed files with 99 additions and 275 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "6.3.0-alpha.36"
}