pulumi/.yarnrc
Matt Ellis 803ba93bf5 Pass --network-concurrency 1 to yarn
We've been hitting issues in CI that look like yarnpkg/yarn#4563 and
our hope is that this addresses the issue
2018-01-29 11:49:42 -08:00

7 lines
265 B
Plaintext

# Integration tests run Yarn, and Yarn may fail if invoked concurrently.
# https://github.com/yarnpkg/yarn/issues/683
--mutex network
# We hit errors in Travis that look like what is outlined in
# https://github.com/yarnpkg/yarn/issues/4563
--network-concurrency 1