mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user