mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
6 lines
156 B
Bash
Executable File
6 lines
156 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter pub upgrade --major-versions
|
|
flutter pub get
|
|
dart fix --apply
|
|
flutter format lib test
|
|
flutter pub run import_sorter:main --no-comments |