We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aa6c5 commit b65f2a4Copy full SHA for b65f2a4
1 file changed
package.json
@@ -45,7 +45,7 @@
45
"preserve": "npm run build",
46
"storybook": "storybook dev -p 6006",
47
"test": "vitest run",
48
- "typecheck": "run-s build typecheck-once-built",
+ "typecheck": "run-s build:types 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",
0 commit comments