From 02bfb24a6ac916da404648afa252055107556f0e Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:03:28 -0500 Subject: [PATCH] Update package.json Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 348e5cf85df..6048b0bae36 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "build": "vite build", "build:beta": "vite build --mode beta", "preview": "vite preview", - "test": "vitest run --project main", - "test:cov": "vitest run --project main --coverage --no-isolate", - "test:watch": "vitest watch --project main --coverage --no-isolate", - "test:silent": "vitest run --project main --silent --no-isolate", + "test": "vitest run", + "test:cov": "vitest run --coverage --no-isolate", + "test:watch": "vitest watch --coverage --no-isolate", + "test:silent": "vitest run --silent --no-isolate", "typecheck": "tsc --noEmit", "eslint": "eslint --fix .", "eslint-ci": "eslint .",