Skip to content

Commit

Permalink
fix: scripts needed
Browse files Browse the repository at this point in the history
  • Loading branch information
smithii-tech committed Apr 1, 2024
1 parent d9bf300 commit eb7e1ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"check-types": "tsc --noEmit --incremental"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
Expand Down

0 comments on commit eb7e1ae

Please sign in to comment.