Skip to content

Commit b65f2a4

Browse files
committed
only build types
1 parent 60aa6c5 commit b65f2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"preserve": "npm run build",
4646
"storybook": "storybook dev -p 6006",
4747
"test": "vitest run",
48-
"typecheck": "run-s build typecheck-once-built",
48+
"typecheck": "run-s build:types typecheck-once-built",
4949
"typecheck-once-built": "tsc --noEmit",
5050
"url": "run-p -l watch:ts watch:cli watch:url",
5151
"preurl": "npm run build",

0 commit comments

Comments
 (0)