From 78b516a6a4df413d6f0f0a9e85a99e190208d22c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 26 Aug 2025 17:58:50 +0800 Subject: [PATCH] Edited test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4df6bd1..4436676 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "test": "playwright test" + "test": "playwright clear-cache && playwright test" }, "dependencies": { "@astrojs/solid-js": "^5.1.0",