mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-01 11:42:38 +01:00
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter config --enable-web
|
|
flutter clean
|
|
flutter pub get
|
|
flutter build web --release --verbose --source-maps
|