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
|