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:
committed by
Facebook Github Bot
parent
75dfbf51f8
commit
1b072c71a7
@@ -39,7 +39,7 @@ Promise.all(
|
|||||||
new Promise((resolve, reject) => {
|
new Promise((resolve, reject) => {
|
||||||
const cwd = pkg.replace('/package.json', '');
|
const cwd = pkg.replace('/package.json', '');
|
||||||
exec(
|
exec(
|
||||||
[YARN_PATH, '--mutex', 'file'].join(' '),
|
YARN_PATH,
|
||||||
{
|
{
|
||||||
cwd,
|
cwd,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user