From 3f11ff3da1f530eda1bdd40dc10e11da92966246 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 21 May 2024 11:02:43 +0530 Subject: [PATCH] Update build script for new VITE env variables --- build-webapp.sh | 16 +++++++++++----- packages/deployer/deploy-frontend.sh | 12 ++++++------ packages/deployer/deploy-frontend.staging.sh | 18 ++++++++++++------ 3 files changed, 29 insertions(+), 17 deletions(-) diff --git a/build-webapp.sh b/build-webapp.sh index d350c0dc..03210bf2 100755 --- a/build-webapp.sh +++ b/build-webapp.sh @@ -10,11 +10,17 @@ if [[ -d "$DEST_DIR" ]]; then fi cat > $PKG_DIR/.env <