From b5fb56978952a6a3df9cfccf63cf1d165bc8bff4 Mon Sep 17 00:00:00 2001 From: Matt Jennings Date: Mon, 11 Nov 2024 14:03:22 -0600 Subject: [PATCH] add tests to package script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4e1fe5..8e7d7ed 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dev": "astro dev", "build": "svelte-package && astro check && astro build", "test": "vitest", - "package": "svelte-package", + "package": "npm run test && svelte-package", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",