TF-2677 Update prebuild script with new module
This commit is contained in:
@@ -22,6 +22,7 @@ jobs:
|
|||||||
- rule_filter
|
- rule_filter
|
||||||
- fcm
|
- fcm
|
||||||
- email_recovery
|
- email_recovery
|
||||||
|
- server_settings
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ flutter pub get && dart run build_runner build --delete-conflicting-outputs
|
|||||||
cd ../email_recovery
|
cd ../email_recovery
|
||||||
flutter pub get && dart run build_runner build --delete-conflicting-outputs
|
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 ..
|
cd ..
|
||||||
flutter pub get \
|
flutter pub get \
|
||||||
&& dart run build_runner build --delete-conflicting-outputs \
|
&& dart run build_runner build --delete-conflicting-outputs \
|
||||||
|
|||||||
Reference in New Issue
Block a user