TF-2677 Update prebuild script with new module

This commit is contained in:
DatDang
2024-03-06 09:57:45 +07:00
committed by Dat H. Pham
parent 05bbe21fcf
commit 2d14ff0e51
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
- rule_filter
- fcm
- email_recovery
- server_settings
fail-fast: false
steps:
+3
View File
@@ -29,6 +29,9 @@ flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ../email_recovery
flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ../server_settings
flutter pub get && dart run build_runner build --delete-conflicting-outputs
cd ..
flutter pub get \
&& dart run build_runner build --delete-conflicting-outputs \