Skip to content

Commit

Permalink
TF-2893 Add dart run build_runner build for core module when build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Jun 3, 2024
1 parent b83ff97 commit 67f01f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -x

cd core
flutter pub get
flutter pub get && dart run build_runner build --delete-conflicting-outputs

## Install necessary pods
# cd ../ios
Expand Down

0 comments on commit 67f01f7

Please sign in to comment.