CloudrevePlus-frontend/pakstatics.sh

7 lines
148 B
Bash
Raw Permalink Normal View History

2024-02-25 08:27:01 +08:00
#!/usr/bin/bash
cd ../
# zip -r - assets/build >assets_full.zip
find assets/build/ -name "*.map" -type f -delete
zip -r - assets/build >assets.zip