]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unnecessary flag in release script
authorEvan You <yyx990803@gmail.com>
Thu, 2 Jul 2020 00:59:11 +0000 (20:59 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 2 Jul 2020 00:59:11 +0000 (20:59 -0400)
scripts/release.js

index 88a6941f8e69643ba5215a8d456a931ed574832d..1db26c3d4a7b1ce853f12d5aeef8c909360a85d8 100644 (file)
@@ -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)`)
   }