Skip to content

Commit

Permalink
add tests to package script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Nov 11, 2024
1 parent fb0ede3 commit b5fb569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down

0 comments on commit b5fb569

Please sign in to comment.