Skip to content

Commit

Permalink
add typecheck script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerollans committed Nov 28, 2023
1 parent b85776d commit a24c5b6
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 @@ -11,6 +11,7 @@
"format": "biome format src --apply",
"format-check": "biome format src",
"lint": "biome lint src",
"typecheck": "tsc",
"package": "ncc build --license licenses.txt",
"test": "jest"
},
Expand Down

0 comments on commit a24c5b6

Please sign in to comment.