From e94cc6bc751b69c31f4691b7ca8b6bf4ea010b7c Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 2 Mar 2025 23:12:01 -0600 Subject: [PATCH] fix bad build --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 7e53f09e1..e9ea4510b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -57,7 +57,7 @@ pipelines: - popd - pushd jam-ui/cicd - npm install - - NODE_ENV=production ENVIRONMENT=staging ./generate.sh + - NODE_ENV=production ENVIRONMENT=production ./generate.sh - popd - cd jam-ui - NODE_ENV=production CI=false REACT_APP_ORIGIN=jamkazam.com REACT_APP_CLIENT_BASE_URL=https://www.jamkazam.com REACT_APP_API_BASE_URL=https://www.jamkazam.com/api REACT_APP_BITBUCKET_BUILD_NUMBER=$BITBUCKET_BUILD_NUMBER REACT_APP_BITBUCKET_COMMIT=$BITBUCKET_COMMIT npm run build