diff --git a/frontend/package.json b/frontend/package.json index 80cc8d5fd..f99f4f5cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "dev": "next dev --turbopack", "build": "next build", "start": "next start", - "lint": "npm run eslint . --fix", + "lint": "eslint . --fix", "typecheck": "tsc --noEmit" }, "dependencies": {