diff --git a/package.json b/package.json index dcff45bc76..2bd37d9e9f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky install", "start": "turbo run start", "test": "turbo run test", - "test-playwright": "turbo run test-playwright", + "test-playwright": "yarn playwright test -c apps/web/playwright.config.ts", "type-check": "turbo run type-check" }, "devDependencies": { diff --git a/turbo.json b/turbo.json index 7f0ae98566..572c01b577 100644 --- a/turbo.json +++ b/turbo.json @@ -32,7 +32,6 @@ }, "type-check": { "outputs": [] - }, - "test-playwright": {} + } } }