chore: upgrade editor to 1.2.1 (#2997)

This commit is contained in:
Lucas.Xu
2023-07-14 16:08:40 +07:00
committed by GitHub
parent 39988f6785
commit 098c085d96
12 changed files with 51 additions and 17 deletions

View File

@ -168,7 +168,7 @@ script = [
script = ["""
cd appflowy_flutter/
flutter pub get
flutter build ${TARGET_OS} --${BUILD_FLAG}
flutter build ${TARGET_OS} --${BUILD_FLAG} --verbose
"""]
script_runner = "@shell"