Skip to content

Commit 60aa6c5

Browse files
committed
adapt script
1 parent 7f6496c commit 60aa6c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"preserve": "npm run build",
4646
"storybook": "storybook dev -p 6006",
4747
"test": "vitest run",
48-
"typecheck": "tsc --noEmit",
48+
"typecheck": "run-s build typecheck-once-built",
49+
"typecheck-once-built": "tsc --noEmit",
4950
"url": "run-p -l watch:ts watch:cli watch:url",
5051
"preurl": "npm run build",
5152
"watch:cli": "vite build --watch",

0 commit comments

Comments
 (0)