Skip to content

Commit dd161e4

Browse files
committed
build: update type-check command to not emit
1 parent ff2facd commit dd161e4

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
@@ -40,7 +40,7 @@
4040
"test": "vitest --run",
4141
"prepublishOnly": "npm run build",
4242
"lint": "prettier --write .",
43-
"type-check": "tsc",
43+
"type-check": "tsc --noEmit --noEmitOnError",
4444
"release": "release-it"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)