We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b3523 commit 290e494Copy full SHA for 290e494
scripts/release.js
@@ -78,7 +78,7 @@ async function main() {
78
step('\nRunning tests...')
79
if (!skipTests && !isDryRun) {
80
await run(bin('jest'), ['--clearCache'])
81
- await run('yarn', ['test'])
+ await run('yarn', ['test', '--bail'])
82
} else {
83
console.log(`(skipped)`)
84
}
0 commit comments