From d3a3f1e4df42ba09ee6795d34523217c85a6fee0 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Mon, 26 Aug 2024 12:30:06 -0400 Subject: [PATCH] Add test command to run vitest --- package.json | 1 + 1 file changed, 1 insertion(+) 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",