CHANGE_
This commit is contained in:
parent
2b8933fb22
commit
fd4ab0ec68
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user