Skip to content

Commit 88ecf09

Browse files
author
Llorenç
committed
Add svelte-check to check script
1 parent 91c4e3a commit 88ecf09

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
@@ -13,7 +13,7 @@
1313
"build": "npm run extract && tsc --noEmit && vite build",
1414
"preview": "vite preview",
1515
"prepare": "svelte-kit sync || echo ''",
16-
"check": "tsc --project ./tsconfig.all.json --noEmit",
16+
"check": "tsc --project ./tsconfig.all.json --noEmit && svelte-check check",
1717
"check:showcase": "astro check --root ./src/showcase --tsconfig ../../tsconfig.all.json",
1818
"watch": "npm run check -- --watch",
1919
"opts": "TS_NODE_PROJECT=tsconfig.base.json NODE_OPTIONS='--loader ts-node/esm --experimental-specifier-resolution=node' \"$@\"",

0 commit comments

Comments
 (0)