mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat:IInline math equation (#2949)
This commit is contained in:
@ -10,8 +10,6 @@ cd /d "%~dp0"
|
||||
|
||||
cd ..\..\..\appflowy_flutter
|
||||
|
||||
call flutter clean
|
||||
|
||||
call flutter packages pub get
|
||||
|
||||
echo Specifying source directory for AppFlowy Localizations.
|
||||
|
2
frontend/scripts/code_generation/language_files/generate_language_files.sh
Normal file → Executable file
2
frontend/scripts/code_generation/language_files/generate_language_files.sh
Normal file → Executable file
@ -10,8 +10,6 @@ cd "$(dirname "$0")"
|
||||
# Navigate to the project root
|
||||
cd ../../../appflowy_flutter
|
||||
|
||||
flutter clean
|
||||
|
||||
flutter packages pub get
|
||||
|
||||
echo "Specifying source directory for AppFlowy Localizations."
|
||||
|
Reference in New Issue
Block a user