]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: turn on verbose mode in prepublish script
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 11 Oct 2024 07:35:33 +0000 (15:35 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 11 Oct 2024 07:35:33 +0000 (15:35 +0800)
Some of the commands could take a while to run, so it's nice to see the output.

scripts/prepublish.mjs

index 16ecb1a5cf922b660e71ef2e692ad291189b173d..e253475df481c60f221d9f2d48bdc14057d6402e 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env zx
 import 'zx/globals'
 
+$.verbose = true
+
 await $`pnpm build`
 await $`pnpm snapshot`