Procházet zdrojové kódy

chore: remove unnecessary flag in release script

Evan You před 6 roky
rodič
revize
009255ab34
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)`)
   }