修正打包命令的语法错误

This commit is contained in:
zhl 2021-02-03 14:38:58 +08:00
parent e0e1bfc251
commit 94bb8d98d4

View File

@ -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