|
|
|
|
@ -90,7 +90,7 @@ auth-build: |
|
|
|
|
|
|
|
|
|
REACT_APP_TYPE=auth-service \
|
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
REACT_APP_GOOGLE_CLIENT_ID=1043133237396-kebgih109kro71b5c7c8qphtgjbd2gdk.apps.googleusercontent.com \
|
|
|
|
|
REACT_APP_GOOGLE_CLIENT_ID=1022673777479-43mqb9lsqkpcr47umuvsoo0eemfpljf5.apps.googleusercontent.com \
|
|
|
|
|
BUILD_PATH=build_auth \
|
|
|
|
|
GENERATE_SOURCEMAP=false \
|
|
|
|
|
npx react-scripts build
|
|
|
|
|
@ -102,7 +102,7 @@ auth-production-build: |
|
|
|
|
|
|
|
|
|
REACT_APP_TYPE=auth-service \
|
|
|
|
|
REACT_APP_ENV=production \
|
|
|
|
|
REACT_APP_GOOGLE_CLIENT_ID=1043133237396-kebgih109kro71b5c7c8qphtgjbd2gdk.apps.googleusercontent.com \
|
|
|
|
|
REACT_APP_GOOGLE_CLIENT_ID=1022673777479-43mqb9lsqkpcr47umuvsoo0eemfpljf5.apps.googleusercontent.com \
|
|
|
|
|
BUILD_PATH=build_auth \
|
|
|
|
|
GENERATE_SOURCEMAP=false \
|
|
|
|
|
npx react-scripts build
|
|
|
|
|
|