Add bash script to run all generation commands in one time
OmarHatem committed
Dec 1, 2022 at 20:47 UTC
8d9c0f2a4670be9f163f4e3d614f786e4bd0cd73
1 file changed
+5
model_generator.sh
new
+5
@@ -0,0 +1,5 @@
1
+cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
2
+cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
3
+cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
4
+cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
5
+flutter packages pub run build_runner build --delete-conflicting-outputs
\ No newline at end of file