fix: the share markdown feature doesn't work in 0.2.0 (#2756)

* chore: bump version 0.2.0

* fix: the share markdown feature doesn't work in 0.2.0

* test: add integration test for share button
This commit is contained in:
Lucas.Xu
2023-06-10 22:38:25 +08:00
committed by GitHub
parent 2ecd0a67ad
commit ed04e247ba
14 changed files with 298 additions and 125 deletions

View File

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