Skip to content

Commit

Permalink
fix: add type checking to test script (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs authored Nov 19, 2024
1 parent 4adcded commit 518a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build:web": "cd ../.. && pnpm build:web",
"dev": "cd ../.. && pnpm dev:web",
"test": "vitest",
"test": "vitest --typecheck",
"typecheck": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 518a32f

Please sign in to comment.