5 lines
63 B
Batchfile
5 lines
63 B
Batchfile
|
yarn build
|
||
|
echo 压缩
|
||
|
cd dist
|
||
|
tar -zcvf ../dist.tar.gz *
|
||
|
cd ..
|