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 7ba28e7 commit 7479ce2Copy full SHA for 7479ce2
package.json
@@ -10,7 +10,9 @@
10
"sync": "svelte-kit sync",
11
"package": "svelte-kit package",
12
"test": "echo \"Error: no test specified\" && exit 1",
13
- "check": "svelte-check --tsconfig ./tsconfig.json",
+ "check": "npm run check-svelte && npm run check-ts",
14
+ "check-svelte": "svelte-check --tsconfig ./tsconfig.json",
15
+ "check-ts": "tsc --noEmit",
16
"storybook": "start-storybook -p 6006",
17
"build-storybook": "build-storybook",
18
"sirv": "sirv storybook-static"
0 commit comments