Skip to content

Commit

Permalink
Run modular builder as integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 27, 2022
1 parent 0a5014a commit 868c0e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tool/misc_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ dart pub upgrade
dart run build_runner build --delete-conflicting-outputs
popd

pushd examples/modular
echo "Running build runner in modular example"
dart pub upgrade
dart run build_runner build --delete-conflicting-outputs
popd

pushd examples/migrations_example
echo "Testing migrations in migrations_example"
dart pub upgrade
Expand Down

0 comments on commit 868c0e3

Please sign in to comment.