mirror of https://github.com/vuejs/core.git
chore: fix local test run mode in release script
This commit is contained in:
parent
e50963903d
commit
159efa9d73
|
@ -239,7 +239,7 @@ async function main() {
|
|||
if (!skipTests) {
|
||||
step('\nRunning tests...')
|
||||
if (!isDryRun) {
|
||||
await run('pnpm', ['run', 'test'])
|
||||
await run('pnpm', ['run', 'test', '--run'])
|
||||
} else {
|
||||
console.log(`Skipped (dry run)`)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue