2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-12 11:40:40 +01:00
2021-03-04 12:45:15 +01:00

6 lines
110 B
Bash
Executable File

#!/bin/sh -ve
flutter config --enable-web
flutter clean
flutter pub get
flutter build web --release --verbose