Revert Yarn workspace changes from #6056 for now.

Yarn currently fails to add the correct symlinks in some cases. See https://github.com/yarnpkg/yarn/issues/4289
This commit is contained in:
Logan Smyth 2017-09-01 12:21:29 -07:00
parent 1797ac5015
commit fad9345c85
3 changed files with 2 additions and 11 deletions

View File

@ -1 +0,0 @@
workspaces-experimental true

View File

@ -21,10 +21,5 @@
"test/**"
]
}
},
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true
}
}

View File

@ -70,8 +70,5 @@
"eslint --format=codeframe --fix --rulesdir='./eslint_rules'",
"git add"
]
},
"workspaces": [
"packages/*"
]
}
}