From 44c40632e22f1d293623349f49171cc2beff0f6f Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Thu, 29 May 2025 14:58:48 -0600 Subject: [PATCH] update ignore files --- web/biome.json | 3 ++- web/package.json | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/biome.json b/web/biome.json index 338dcf8e2..6fb807895 100644 --- a/web/biome.json +++ b/web/biome.json @@ -18,7 +18,8 @@ "**/public/**", "**/.vercel/**", "**/coverage/**", - "**/storybook-static/**" + "**/storybook-static/**", + "**/playwright-tests/auth-utils/auth.json" ] }, "formatter": { diff --git a/web/package.json b/web/package.json index f616a9d77..c0eb5c912 100644 --- a/web/package.json +++ b/web/package.json @@ -150,8 +150,6 @@ "vitest": "^3.1.4" }, "msw": { - "workerDirectory": [ - "public" - ] + "workerDirectory": ["public"] } }