Skip to content

Commit

Permalink
run build_runner in format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Oct 9, 2024
1 parent 3f6614a commit d5288b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion format.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -x -e
dart run build_runner build
pushd lib
for dir in coins themes utils view_model views widgets;
do
Expand All @@ -10,4 +11,4 @@ pushd lib
dart format main.dart
done
popd
flutter gen-l10n
flutter gen-l10n

0 comments on commit d5288b6

Please sign in to comment.