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:
parent
1797ac5015
commit
fad9345c85
@ -21,10 +21,5 @@
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
}
|
||||
}
|
||||
|
||||
@ -70,8 +70,5 @@
|
||||
"eslint --format=codeframe --fix --rulesdir='./eslint_rules'",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user