Skip to content

Commit

Permalink
build: add typecheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kulebaev committed May 25, 2024
1 parent 358b025 commit 76d8feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"scripts": {
"test": "vitest ./src",
"fmt": "prettier ./src --write"
"fmt": "prettier ./src --write",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "kkulebaev<[email protected]>",
Expand Down

0 comments on commit 76d8feb

Please sign in to comment.