3c7c7249d7
(cherry picked from commit df59d6ca54dc5b4bf88f3ee81c2c09cc23d925b7)
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -eux
|
|
|
|
flutter pub get
|
|
pod install && pod update
|