Skip to content

Commit

Permalink
build: run tests in serial for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 4, 2020
1 parent e42cb54 commit c017073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)`)
}
Expand Down

0 comments on commit c017073

Please sign in to comment.