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