Skip to content

Commit

Permalink
Fetch dependencies for all Devtools packages (#6204)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Aug 16, 2023
1 parent 364d87f commit e37297b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tool/bots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,21 @@ dart --disable-analytics
flutter --version
dart --version

# Generate code.
# Fetch dependencies
pushd packages/devtools_app
flutter pub get
popd
pushd packages/devtools_extensions
flutter pub get
popd
pushd packages/devtools_shared
flutter pub get
popd
pushd packages/devtools_test
flutter pub get
popd

# Generate code.
bash tool/generate_code.sh

# Change the CI to the packages/devtools_app directory.
Expand Down

0 comments on commit e37297b

Please sign in to comment.