Update to Yarn 3.1 (#13856)

This commit is contained in:
Nicolò Ribaudo
2021-10-24 14:47:03 +02:00
committed by GitHub
parent 76a7e65229
commit f2b3134791
7 changed files with 802 additions and 662 deletions

View File

@@ -418,6 +418,7 @@ function buildRollup(packages, targetBrowsers) {
output: {
ascii_only: true,
},
numWorkers: process.env.CIRCLECI ? 1 : undefined,
}),
],
});