Skip to content

Commit 758e93c

Browse files
committed
fix: separate build and type check scripts in package.json
1 parent e44bd7c commit 758e93c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build",
8+
"build": "vite build",
99
"lint": "eslint .",
10+
"check-type": "tsc -b",
1011
"format": "prettier --write src",
1112
"check-format": "prettier --check src",
1213
"preview": "vite preview",

0 commit comments

Comments
 (0)