]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
build: run tests in serial for release
authorEvan You <yyx990803@gmail.com>
Sat, 4 Apr 2020 01:40:40 +0000 (21:40 -0400)
committerEvan You <yyx990803@gmail.com>
Sat, 4 Apr 2020 01:40:40 +0000 (21:40 -0400)
scripts/release.js

index 463466c0d9c263e998f58b5e2b4420bcce7ba2b2..50d4181e61acf1bfd68b8880008f8f4c5c760db5 100644 (file)
@@ -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)`)
   }