pulumi/.yarnrc
Matt Ellis be1e698f0b Restore TESTPARALLELISM to 10
Now that we no longer recursively call yarn via yarn run and scripts,
we can use a `--mutex network` directive in a .yarnrc file at the root
of the repository to prevent multiple copies of yarn running
concurrently.
2017-10-16 10:47:37 -07:00

5 lines
135 B
Plaintext

# Integration tests run Yarn, and Yarn may fail if invoked concurrently.
# https://github.com/yarnpkg/yarn/issues/683
--mutex network