From 39a73b2058f92d2367390a1a2e549ccf9155a7e8 Mon Sep 17 00:00:00 2001 From: Omar Hatem Date: Sat, 3 Feb 2024 03:16:04 +0200 Subject: [PATCH] Update model_generator.sh --- model_generator.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/model_generator.sh b/model_generator.sh index e7231f19a..a2b016bb0 100755 --- a/model_generator.sh +++ b/model_generator.sh @@ -5,4 +5,6 @@ cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_nano && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_bitcoin_cash && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. -flutter packages pub run build_runner build --delete-conflicting-outputs \ No newline at end of file +cd cw_ethereum && flutter pub get && cd .. +cd cw_polygon && flutter pub get && cd .. +flutter packages pub run build_runner build --delete-conflicting-outputs