Skip to content

Commit

Permalink
Add type checking (#73)
Browse files Browse the repository at this point in the history
closes #63
  • Loading branch information
bartveneman authored May 30, 2024
1 parent 979be73 commit 65e9121
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 @@ -17,7 +17,8 @@
"unpkg": "./dist/color-sorter.umd.cjs",
"scripts": {
"test": "uvu",
"build": "vite build"
"build": "vite build",
"check": "tsc --noEmit"
},
"files": [
"dist"
Expand Down

0 comments on commit 65e9121

Please sign in to comment.