|
@@ -239,7 +239,7 @@ async function main() {
|
|
|
if (!skipTests) {
|
|
if (!skipTests) {
|
|
|
step('\nRunning tests...')
|
|
step('\nRunning tests...')
|
|
|
if (!isDryRun) {
|
|
if (!isDryRun) {
|
|
|
- await run('pnpm', ['run', 'test'])
|
|
|
|
|
|
|
+ await run('pnpm', ['run', 'test', '--run'])
|
|
|
} else {
|
|
} else {
|
|
|
console.log(`Skipped (dry run)`)
|
|
console.log(`Skipped (dry run)`)
|
|
|
}
|
|
}
|