|
|
|
|
@ -21,7 +21,7 @@ auth-build: |
|
|
|
|
REACT_APP_ENV=staging \
|
|
|
|
|
BUILD_PATH=build_auth \
|
|
|
|
|
GENERATE_SOURCEMAP=false \
|
|
|
|
|
npm run build:auth
|
|
|
|
|
npx react-scripts build
|
|
|
|
|
|
|
|
|
|
npx gzipper --verbose build_auth
|
|
|
|
|
|
|
|
|
|
@ -32,7 +32,7 @@ auth-production-build: |
|
|
|
|
REACT_APP_ENV=production \
|
|
|
|
|
BUILD_PATH=build_auth \
|
|
|
|
|
GENERATE_SOURCEMAP=false \
|
|
|
|
|
npm run build:auth
|
|
|
|
|
npx react-scripts build
|
|
|
|
|
|
|
|
|
|
npx gzipper --verbose build_auth
|
|
|
|
|
|
|
|
|
|
|