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