Add mini environment support
Some checks failed
Node.js CI / build (push) Has been cancelled
OTA Portal Deploy / build-dev (push) Has been cancelled
OTA Portal Deploy / deploy-dev (push) Has been cancelled
OTA Portal Deploy / build-preprod (push) Has been cancelled
OTA Portal Deploy / deploy-preprod (push) Has been cancelled
OTA Portal Deploy / build-cec-prd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-prd (push) Has been cancelled
OTA Portal Deploy / build-cec-euprd (push) Has been cancelled
OTA Portal Deploy / deploy-cec-euprd (push) Has been cancelled
Blackduck Rapid scan / blackduck (push) Has been cancelled

This commit is contained in:
Chris Rai
2026-01-13 21:22:01 -05:00
parent 283eb1de25
commit 33da34151d
4 changed files with 43 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
"build:preprod": "env-cmd -f .env.prd react-scripts build",
"build:cec-prd": "env-cmd -f .env.cec-prd react-scripts build",
"build:cec-euprd": "env-cmd -f .env.cec-euprd react-scripts build",
"build:mini": "env-cmd -f .env.mini react-scripts build",
"build:local": "env-cmd -f .env.local react-scripts build",
"test": "env-cmd -f .env.local react-scripts test --no-cache",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",