Skip to content

Commit

Permalink
chore: fix local test run mode in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 13, 2024
1 parent e509639 commit 159efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)`)
}
Expand Down

0 comments on commit 159efa9

Please sign in to comment.