We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0ede3 commit b5fb569Copy full SHA for b5fb569
package.json
@@ -24,7 +24,7 @@
24
"dev": "astro dev",
25
"build": "svelte-package && astro check && astro build",
26
"test": "vitest",
27
- "package": "svelte-package",
+ "package": "npm run test && svelte-package",
28
"check": "svelte-check --tsconfig ./tsconfig.json",
29
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
30
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
0 commit comments