git-touch-android-ios-app/scripts/build.sh

6 lines
159 B
Bash
Raw Normal View History

2020-10-08 11:17:32 +02:00
#!/bin/bash
2021-06-14 11:42:52 +02:00
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 0
2020-10-08 11:17:32 +02:00
flutter build ios --no-tree-shake-icons
flutter build apk --no-tree-shake-icons