dbsd_sfhy_vue/build.bat

5 lines
63 B
Batchfile
Raw Permalink Normal View History

2024-08-26 09:48:19 +08:00
yarn build
echo 压缩
cd dist
tar -zcvf ../dist.tar.gz *
cd ..