Files
git-touch/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