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