fix production issues
Build & Push / Pipeline Tests (push) Failing after 59s
Build & Push / Build & Push Docker Image (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 51s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Carplace Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped

This commit is contained in:
root
2026-08-12 16:48:41 -04:00
parent 53de25120a
commit 8fc88ffc14
117 changed files with 4717 additions and 1443 deletions
+6 -1
View File
@@ -67,7 +67,12 @@
"test:unit": "npm run test:api && npm run test:frontends",
"test:integration": "npm run test:api:integration && npm run test:homepage:integration",
"security:static": "node scripts/security-static-check.mjs",
"security:scan": "npm run security:static && npm audit --production"
"security:scan": "npm run security:static && npm audit --production",
"openapi:coverage": "node scripts/check-openapi-coverage.mjs",
"test:types": "npm run test --workspace @rentaldrivego/types",
"backup:smoke-check": "bash scripts/backup-restore-smoke-check.sh",
"test:soak": "node scripts/load/soak-probe.mjs",
"chaos:checklist": "bash scripts/chaos/failure-injection.sh checklist"
},
"devDependencies": {
"@types/node": "^20.12.0",