ci: reduce build time (#3519)

This commit is contained in:
Mohammad Zolfaghari
2023-10-23 17:47:11 +03:30
committed by GitHub
parent cd6e133c86
commit 25a98cda81
21 changed files with 430 additions and 104 deletions

View File

@ -26,15 +26,6 @@ call generate_freezed.cmd %*
REM Return to the main script directory
cd ..
echo Generating env files using build_runner
cd env
REM Allow execution permissions on CI
chmod +x generate_env.cmd
call generate_env.cmd %*
REM Return to the main script directory
cd ..
echo Generating svg files using flowy_svg
cd flowy_icons
REM Allow execution permissions on CI