Skip to content

Commit

Permalink
fix: add type check command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Nov 6, 2024
1 parent dcb1498 commit ad5194d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "next lint",
"lint-fix": "next lint --fix && prettier --write .",
"lint-check": "next lint && prettier --check .",
"type-check": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit ad5194d

Please sign in to comment.