diff --git a/package.json b/package.json index 8f2d9a0878..86d0ec2f8d 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "tdd": "jest --watch", "e2e": "NEXT_PUBLIC_IS_E2E=1 yarn playwright test --project=@calcom/web", "e2e:app-store": "QUICK=true yarn playwright test --project=@calcom/app-store", - "test-e2e": "yarn db-seed && yarn build && yarn e2e", - "test-e2e:app-store": "yarn db-seed && yarn build && yarn e2e:app-store", + "test-e2e": "yarn db-seed && yarn e2e", + "test-e2e:app-store": "yarn db-seed && yarn e2e:app-store", "test-playwright": "yarn playwright test --config=playwright.config.ts", "test": "jest", "type-check": "turbo run type-check",