From 93ba464c49f58ff7b23c2755c15510a98eb8cec6 Mon Sep 17 00:00:00 2001 From: ManhNTX Date: Tue, 16 Aug 2022 10:59:53 +0700 Subject: [PATCH] TF-836: add bitrise --- bitrise.yml | 3 +++ prebuild.sh | 3 +++ rule_filter/pubspec.yaml | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 688b62499..d6aad9a50 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -77,6 +77,9 @@ workflows: cd ../rule_filter flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs + cd ../forward + flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs + cd .. flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs diff --git a/prebuild.sh b/prebuild.sh index 9ad3f28c7..370561d02 100644 --- a/prebuild.sh +++ b/prebuild.sh @@ -17,6 +17,9 @@ flutter pub get && flutter pub run build_runner build --delete-conflicting-outpu cd ../rule_filter flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs +cd ../forward +flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs + cd .. flutter pub get && flutter pub run build_runner build --delete-conflicting-outputs diff --git a/rule_filter/pubspec.yaml b/rule_filter/pubspec.yaml index 67e5d8b86..0e5f7504b 100644 --- a/rule_filter/pubspec.yaml +++ b/rule_filter/pubspec.yaml @@ -11,9 +11,6 @@ dependencies: flutter: sdk: flutter - model: - path: ../model - equatable: 2.0.3 json_annotation: 4.5.0