We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae002 commit 788a8b8Copy full SHA for 788a8b8
examples/nextjs-typescript/package.json
@@ -4,6 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
+ "lint": "next lint",
8
"build": "next build",
9
"start": "next start"
10
},
examples/nextjs/package.json
0 commit comments