fix bad build

This commit is contained in:
Seth Call 2025-03-02 23:12:01 -06:00
parent 9cca58757e
commit e94cc6bc75
1 changed files with 1 additions and 1 deletions

View File

@ -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