mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-28 07:19:32 +01:00
8 lines
187 B
Bash
8 lines
187 B
Bash
|
#!/usr/bin/env bash
|
||
|
flutter channel beta
|
||
|
flutter upgrade
|
||
|
flutter config --enable-web
|
||
|
/bin/bash ./scripts/prepare-web.sh
|
||
|
flutter clean
|
||
|
flutter pub get
|
||
|
flutter build web --release --verbose
|