diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 19daacaa08..0000000000 --- a/.yarnrc +++ /dev/null @@ -1 +0,0 @@ -workspaces-experimental true diff --git a/lerna.json b/lerna.json index a7f0bb5bff..c4157f3d66 100644 --- a/lerna.json +++ b/lerna.json @@ -21,10 +21,5 @@ "test/**" ] } - }, - "packages": [ - "packages/*" - ], - "npmClient": "yarn", - "useWorkspaces": true + } } diff --git a/package.json b/package.json index fe09cb3716..e5dbce6507 100644 --- a/package.json +++ b/package.json @@ -70,8 +70,5 @@ "eslint --format=codeframe --fix --rulesdir='./eslint_rules'", "git add" ] - }, - "workspaces": [ - "packages/*" - ] + } }