Split packages into platform and extensions

This commit is contained in:
dannyrb 2019-07-08 00:41:25 -04:00
parent f175d4b96b
commit e8969fba11
992 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"name": "root", "name": "root",
"private": true, "private": true,
"workspaces": [ "workspaces": [
"packages/*" "platform/*",
"extensions/*"
], ],
"scripts": { "scripts": {
"start": "lerna run lerna:start --parallel", "start": "lerna run lerna:start --parallel",

Some files were not shown because too many files have changed in this diff Show More