From 94bb8d98d4ad2801bb94fdb508d55cb2eddbf0a3 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 3 Feb 2021 14:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=9A=84=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boundle.sh b/boundle.sh index 86f2736..098188d 100755 --- a/boundle.sh +++ b/boundle.sh @@ -22,5 +22,5 @@ fi ./node_modules/.bin/tsc >> boundle.log mkdir target -tar -zcvf ./target/card_info_svr.tar.gz --exclude=.git --exclude=target --exclude=src ./ +tar -zcvf ./target/card_info_svr.tar.gz --exclude=.git --exclude=target ./ echo 'all done' 2>&1 >> boundle.log