diff --git a/apps/api/package.json b/apps/api/package.json index f22837b..1ceea2d 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -11,8 +11,10 @@ "pretype-check": "npm run build --workspace @rentaldrivego/types", "start": "node dist/index.js", "type-check": "tsc --noEmit", + "pretest": "npm run build --workspace @rentaldrivego/types", "test": "vitest run", "test:watch": "vitest", + "pretest:integration": "npm run build --workspace @rentaldrivego/types", "test:integration": "vitest run --config vitest.integration.config.ts", "test:integration:watch": "vitest --config vitest.integration.config.ts" },