diff --git a/package.json b/package.json index cea9352..c6a521d 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", + "test": "vitest", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro",