dbsd_kczx/build.bat

5 lines
63 B
Batchfile

yarn build
echo 压缩
cd dist
tar -zcvf ../dist.tar.gz *
cd ..