From 9dee4afb3df42dc45d63a7e1b70f17cbb4c4aa7c Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 29 Oct 2022 15:59:20 -0700 Subject: [PATCH] Suppress unzip output --- scripts/ci-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-test.sh b/scripts/ci-test.sh index 4a43ed02..323a12c0 100755 --- a/scripts/ci-test.sh +++ b/scripts/ci-test.sh @@ -4,7 +4,7 @@ cd apps/memories npm i cp ../../vue.zip . -unzip vue.zip +unzip -qq vue.zip cd ../.. # Speed up loads