Skip to content

Commit

Permalink
Add tsc to lint in jsrepl
Browse files Browse the repository at this point in the history
  • Loading branch information
nag5000 committed Sep 23, 2024
1 parent bad3b13 commit dddc49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsrepl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint": "next lint && tsc",
"test:vitest": "vitest run",
"test:vitest:watch": "vitest",
"test:playwright": "playwright test",
Expand Down

0 comments on commit dddc49c

Please sign in to comment.