Skip to content

Commit

Permalink
update typecheck cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Mar 22, 2024
1 parent f28e028 commit 8ff6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"db:up": "tsx contrib/migrate.ts",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"typecheck": "tsc --noEmit"
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@iconify/json": "^2.2.195",
Expand Down

0 comments on commit 8ff6d02

Please sign in to comment.