Skip to content

Commit 290e494

Browse files
committed
chore: bail early on release test run
1 parent 24b3523 commit 290e494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async function main() {
7878
step('\nRunning tests...')
7979
if (!skipTests && !isDryRun) {
8080
await run(bin('jest'), ['--clearCache'])
81-
await run('yarn', ['test'])
81+
await run('yarn', ['test', '--bail'])
8282
} else {
8383
console.log(`(skipped)`)
8484
}

0 commit comments

Comments
 (0)