Ver Fonte

chore: remove unnecessary flag in release script

Evan You há 5 anos atrás
pai
commit
009255ab34
1 ficheiros alterados com 1 adições e 1 exclusões
  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', '--runInBand'])
+    await run('yarn', ['test'])
   } else {
     console.log(`(skipped)`)
   }