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:
Lucas.Xu
2023-07-11 18:49:29 +07:00
committed by GitHub
parent 409e3bf1e3
commit b9976b072e
15 changed files with 136 additions and 39 deletions

View File

@ -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 = [