mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: unable to cancel the inline math equation format (#2974)
* fix: unable to cancel the inline math equation format * fix: bold font style used in the document is not suitable * chore: add flutter clean before executing the release task * fix: integration test
This commit is contained in:
@ -184,6 +184,10 @@ script_runner = "@duckscript"
|
||||
script_runner = "@shell"
|
||||
script = [
|
||||
"""
|
||||
cd appflowy_flutter
|
||||
flutter clean
|
||||
flutter pub get
|
||||
cd ../
|
||||
sh scripts/code_generation/generate.sh
|
||||
"""
|
||||
]
|
||||
@ -192,11 +196,14 @@ script = [
|
||||
script_runner = "@duckscript"
|
||||
script = [
|
||||
"""
|
||||
cd ./appflowy_flutter/
|
||||
exec cmd.exe /c flutter clean
|
||||
exec cmd.exe /c flutter pub get
|
||||
cd ../
|
||||
exec scripts/code_generation/generate.cmd
|
||||
""",
|
||||
]
|
||||
|
||||
|
||||
[tasks.dry_code_generation]
|
||||
script_runner = "@shell"
|
||||
script = [
|
||||
|
Reference in New Issue
Block a user