We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6496c commit 60aa6c5Copy full SHA for 60aa6c5
1 file changed
package.json
@@ -45,7 +45,8 @@
45
"preserve": "npm run build",
46
"storybook": "storybook dev -p 6006",
47
"test": "vitest run",
48
- "typecheck": "tsc --noEmit",
+ "typecheck": "run-s build typecheck-once-built",
49
+ "typecheck-once-built": "tsc --noEmit",
50
"url": "run-p -l watch:ts watch:cli watch:url",
51
"preurl": "npm run build",
52
"watch:cli": "vite build --watch",
0 commit comments