Skip to content

Commit 159efa9

Browse files
committed
chore: fix local test run mode in release script
1 parent e509639 commit 159efa9

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
@@ -239,7 +239,7 @@ async function main() {
239239
if (!skipTests) {
240240
step('\nRunning tests...')
241241
if (!isDryRun) {
242-
await run('pnpm', ['run', 'test'])
242+
await run('pnpm', ['run', 'test', '--run'])
243243
} else {
244244
console.log(`Skipped (dry run)`)
245245
}

0 commit comments

Comments
 (0)