summaryrefslogtreecommitdiff
path: root/contrib/deck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/deck.sh')
-rwxr-xr-xcontrib/deck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/deck.sh b/contrib/deck.sh
index d46a7929..1bb1690f 100755
--- a/contrib/deck.sh
+++ b/contrib/deck.sh
@@ -167,8 +167,8 @@ pnpmtransbundle() {
pnpm i &> '/dev/null'
pnpm run build &> '/dev/null'
elif [[ "$2" == "template" ]]; then
- pnpm i
- pnpm run build
+ pnpm i &> '/dev/null'
+ pnpm run build &> '/dev/null'
fi
}