diff --git a/apps/frontend-v3/package.json b/apps/frontend-v3/package.json index 41a09309..d1d4b9a2 100644 --- a/apps/frontend-v3/package.json +++ b/apps/frontend-v3/package.json @@ -14,7 +14,7 @@ "prepare": "cd ../.. && husky apps/frontend-v3/.husky", "start": "next start", "test": "pnpm test:unit & pnpm run test:integration", - "test:integration": "vitest -c ./vitest.config.integration.ts", + "test:integration": "pnpm --filter api graphql:gen && vitest -c ./vitest.config.integration.ts", "test:unit": "vitest", "test:unit:coverage": "vitest --coverage", "test:unit:silent:coverage": "SILENT_TESTS=true vitest --coverage",