From 9aa53c1e0aaaca45ef4a2fa1cc5962cffc7d7326 Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 10 Feb 2022 12:00:12 -0700 Subject: [PATCH] Pipeline fixes --- package.json | 2 +- turbo.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index dcff45bc..2bd37d9e 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 7f0ae985..572c01b5 100644 --- a/turbo.json +++ b/turbo.json @@ -32,7 +32,6 @@ }, "type-check": { "outputs": [] - }, - "test-playwright": {} + } } }