Skip to content

Commit b5fb569

Browse files
committed
add tests to package script
1 parent fb0ede3 commit b5fb569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "astro dev",
2525
"build": "svelte-package && astro check && astro build",
2626
"test": "vitest",
27-
"package": "svelte-package",
27+
"package": "npm run test && svelte-package",
2828
"check": "svelte-check --tsconfig ./tsconfig.json",
2929
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
3030
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",

0 commit comments

Comments
 (0)