1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-13 17:08:49 +01:00
git-touch-android-ios-app/scripts/build.sh
2021-06-14 17:42:52 +08:00

6 lines
159 B
Bash

#!/bin/bash
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 0
flutter build ios --no-tree-shake-icons
flutter build apk --no-tree-shake-icons