diff --git a/package.json b/package.json index 7c7b9d7..bc11d46 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", + "lint": "next lint", "test:watch": "jest --watch", "test": "jest" },