Split packages into platform and extensions
This commit is contained in:
parent
f175d4b96b
commit
e8969fba11
@ -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
Loading…
Reference in New Issue
Block a user