From e4c1aad8a3a19ec5a5911a7220e776f425fe8283 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 26 Aug 2025 15:11:24 +0800 Subject: [PATCH] Changed test and added sharp --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aa71341..4df6bd1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "test": "vitest" + "test": "playwright test" }, "dependencies": { "@astrojs/solid-js": "^5.1.0", @@ -15,6 +15,7 @@ "astro": "^5.13.3", "astro-compressor": "^1.1.2", "lightningcss": "^1.30.1", + "sharp": "^0.34.3", "solid-js": "^1.9.9" }, "devDependencies": {