Skip to content

Commit 4bafa8d

Browse files
committed
chore: add type check & check project state instructions to package scripts
1 parent 6c38c28 commit 4bafa8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"lint": "eslint .",
1111
"preview": "vite preview",
1212
"lint-staged": "lint-staged",
13-
"knip": "knip"
13+
"knip": "knip",
14+
"type": "tsc -b --noEmit",
15+
"check-project": "yarn type && yarn lint"
1416
},
1517
"dependencies": {
1618
"@tanstack/react-query": "^5.79.0",
@@ -52,4 +54,4 @@
5254
"eslint --fix"
5355
]
5456
}
55-
}
57+
}

0 commit comments

Comments
 (0)