CHANGE_
This commit is contained in:
parent
2b8933fb22
commit
fd4ab0ec68
@ -28,7 +28,7 @@ if [ -z "$BASE_HREF" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Build the web app for development with base href
|
# 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
|
# Optionally, remove the .env file after the build
|
||||||
# rm .env
|
# rm .env
|
||||||
|
|||||||
@ -28,7 +28,7 @@ if [ -z "$BASE_HREF" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Build the web app for test environment with base href
|
# 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
|
# Optionally, remove the .env file after the build
|
||||||
# rm .env
|
# rm .env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user