forked from firka/firka
build: run pub get and codegen
This commit is contained in:
3
build.sh
3
build.sh
@@ -24,6 +24,9 @@ build_app() {
|
|||||||
echo "Building $APP: version $BUILD_NAME (version code: $VERSION_CODE)"
|
echo "Building $APP: version $BUILD_NAME (version code: $VERSION_CODE)"
|
||||||
cd "$ROOT/$APP"
|
cd "$ROOT/$APP"
|
||||||
|
|
||||||
|
flutter pub get
|
||||||
|
dart run scripts/codegen.dart
|
||||||
|
|
||||||
flutter build appbundle --build-name="$BUILD_NAME" --build-number="$VERSION_CODE" --verbose
|
flutter build appbundle --build-name="$BUILD_NAME" --build-number="$VERSION_CODE" --verbose
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user