use yarn network mutex

Summary: The file system mutex caused some problems in Sandcastle. This diffs switches for the default setting (network mutex) in the hope this fixes the problem

Reviewed By: passy

Differential Revision: D9132069

fbshipit-source-id: 5abb4d33b6db2a5d2b3f0788116ca6941e554591
This commit is contained in:
Daniel Büchele
2018-08-02 05:38:47 -07:00
committed by Facebook Github Bot
parent 75dfbf51f8
commit 1b072c71a7

View File

@@ -39,7 +39,7 @@ Promise.all(
new Promise((resolve, reject) => {
const cwd = pkg.replace('/package.json', '');
exec(
[YARN_PATH, '--mutex', 'file'].join(' '),
YARN_PATH,
{
cwd,
},