Explorar o código

build: run tests in serial for release

Evan You %!s(int64=6) %!d(string=hai) anos
pai
achega
c017073f4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/release.js

+ 1 - 1
scripts/release.js

@@ -79,7 +79,7 @@ async function main() {
   step('\nRunning tests...')
   if (!skipTests && !isDryRun) {
     await run(bin('jest'), ['--clearCache'])
-    await run('yarn', ['test'])
+    await run('yarn', ['test', '--runInBand'])
   } else {
     console.log(`(skipped)`)
   }