Skip to content

Commit 2e26211

Browse files
committed
fix release script
1 parent 828cc8c commit 2e26211

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": "npm run test && svelte-package",
27+
"package": "npm run test -- run && 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)