Skip to content

Commit

Permalink
Add typecheck to next example
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 13, 2024
1 parent 7f54b54 commit aea324f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev -p 4444",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@0xsequence/design-system": "^1.7.0",
Expand Down

0 comments on commit aea324f

Please sign in to comment.