]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix local test run mode in release script
authorEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 05:07:39 +0000 (13:07 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 13 Feb 2024 05:07:39 +0000 (13:07 +0800)
scripts/release.js

index 7ee29185a49da8e4ba44a24318981ebfbf3bb041..64dae9694fb0f060564446127e6a42d4d9f77143 100644 (file)
@@ -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)`)
     }