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",