diff --git a/examples/nextjs-typescript/package.json b/examples/nextjs-typescript/package.json index bf742a62d4..00460462d3 100644 --- a/examples/nextjs-typescript/package.json +++ b/examples/nextjs-typescript/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "next dev", + "lint": "next lint", "build": "next build", "start": "next start" }, diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index bec1651d76..1dfd7dd529 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "next dev", + "lint": "next lint", "build": "next build", "start": "next start" },