chore: remove unnecessary flag in release script
This commit is contained in:
parent
f3e9c1b59d
commit
009255ab34
@ -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)`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user