修复压缩脚本

This commit is contained in:
aixianling
2022-12-23 14:41:54 +08:00
parent c48682825f
commit 3facfeb1fa

View File

@@ -7,10 +7,10 @@ case "$Type" in
web)
cp -r $Prj/dist/* $Deploy
;;
web)
wxwork)
cp -r $Prj/dist/build/h5/* $Deploy
;;
web)
mp)
cp -r $Prj/dist/build/mp-weixin/* $Deploy
;;
*)
@@ -19,4 +19,4 @@ case "$Type" in
esac
exit $?
exit $RETVAL
exit $RETVAL