fix stripe error
Build & Push / Pipeline Tests (push) Successful in 1m51s
Test / Type Check (all packages) (push) Successful in 55s
Build & Push / Build & Push Docker Image (push) Successful in 5m44s
Test / API Unit Tests (push) Successful in 1m12s
Test / Homepage Unit Tests (push) Successful in 47s
Test / Carplace Unit Tests (push) Successful in 46s
Test / Admin Unit Tests (push) Successful in 43s
Test / Dashboard Unit Tests (push) Successful in 44s
Test / API Integration Tests (push) Successful in 1m8s

This commit is contained in:
root
2026-08-09 13:44:11 -04:00
parent cfc3f371de
commit 10ca76fc1e
6 changed files with 58 additions and 22 deletions
+3
View File
@@ -61,8 +61,11 @@
"test:dashboard": "npm run test --workspace @rentaldrivego/dashboard",
"test:admin": "npm run test --workspace @rentaldrivego/admin",
"test:homepage": "npm run test --workspace @rentaldrivego/homepage",
"test:homepage:integration": "npm run test:integration --workspace @rentaldrivego/homepage",
"test:carplace": "npm run test --workspace @rentaldrivego/carplace",
"test:frontends": "npm run test:dashboard && npm run test:admin && npm run test:homepage && npm run test:carplace",
"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"
},