mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
(cd packages/cassowary; pub get)
|
|
(cd packages/newton; pub get)
|
|
(cd packages/flutter_tools; pub get)
|
|
|
|
pub global activate tuneup
|