修正打包命令的语法错误
This commit is contained in:
parent
ef68b46934
commit
9e9981caf5
@ -22,5 +22,5 @@ fi
|
|||||||
./node_modules/.bin/tsc >> boundle.log
|
./node_modules/.bin/tsc >> boundle.log
|
||||||
|
|
||||||
mkdir target
|
mkdir target
|
||||||
tar -zcvf ./target/card_svr.tar.gz --exclude=.git --exclude=target --exclude=src ./
|
tar -zcvf ./target/card_svr.tar.gz --exclude=.git --exclude=target ./
|
||||||
echo 'all done' 2>&1 >> boundle.log
|
echo 'all done' 2>&1 >> boundle.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user