修正打包命令的语法错误
This commit is contained in:
parent
e0e1bfc251
commit
94bb8d98d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user