From 159d89524d1c0b7e09af361818127692947a07e3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2026 15:11:01 -0400 Subject: [PATCH] fix test:integration --- apps/api/package.json | 2 ++ 1 file changed, 2 insertions(+) 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" },