forked from trent_larson/crowd-funder-for-time-pwa
fix: Change some build instructions to include BUILD_MODE, and other script tweaks
This commit is contained in:
@@ -184,7 +184,7 @@ log_info "Build mode: $BUILD_MODE"
|
||||
log_info "Build type: $BUILD_TYPE"
|
||||
|
||||
# Setup environment for Capacitor build
|
||||
setup_build_env "capacitor"
|
||||
setup_build_env "capacitor" "$BUILD_MODE"
|
||||
|
||||
# Override API servers for Android development
|
||||
if [ "$BUILD_MODE" = "development" ]; then
|
||||
|
||||
Reference in New Issue
Block a user