bc_sfhy_vue/build.bat

5 lines
63 B
Batchfile
Raw Normal View History

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