This commit is contained in:
Venba 2024-06-06 10:16:08 +05:30
parent 2b8933fb22
commit fd4ab0ec68
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ if [ -z "$BASE_HREF" ]; then
fi
# Build the web app for development with base href
flutter build web --debug --base-href "$BASE_HREF"
flutter build web --release --base-href "$BASE_HREF"
# Optionally, remove the .env file after the build
# rm .env

View File

@ -28,7 +28,7 @@ if [ -z "$BASE_HREF" ]; then
fi
# Build the web app for test environment with base href
flutter build web --debug --base-href "$BASE_HREF"
flutter build web --release --base-href "$BASE_HREF"
# Optionally, remove the .env file after the build
# rm .env