From: Haoqun Jiang Date: Fri, 11 Oct 2024 07:35:33 +0000 (+0800) Subject: chore: turn on verbose mode in prepublish script X-Git-Tag: v3.11.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ae8021c51c15a1796f8adc87aa8fbedfc734d6;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: turn on verbose mode in prepublish script Some of the commands could take a while to run, so it's nice to see the output. --- diff --git a/scripts/prepublish.mjs b/scripts/prepublish.mjs index 16ecb1a5..e253475d 100644 --- a/scripts/prepublish.mjs +++ b/scripts/prepublish.mjs @@ -1,6 +1,8 @@ #!/usr/bin/env zx import 'zx/globals' +$.verbose = true + await $`pnpm build` await $`pnpm snapshot`