chore: add build script

This commit is contained in:
Rongjian Zhang 2020-10-08 17:17:32 +08:00
parent 168dcd1d2e
commit 8aca6e65b1
1 changed files with 4 additions and 0 deletions

4
scripts/build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
flutter build ios --no-tree-shake-icons
flutter build apk --no-tree-shake-icons