mirror of https://github.com/AMT-Cheif/drift.git
Run modular builder as integration test
This commit is contained in:
parent
0a5014a7b4
commit
868c0e3f05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue