diff --git a/package.json b/package.json index 4ffce0ecf3..0eb8e11a05 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "start": "run-p start:*", "start:quill": "npm start -w quill", "start:website": "NEXT_PUBLIC_LOCAL_QUILL=true npm start -w website", - "lint": "npm run lint -w quill" + "lint": "npm run lint -ws" }, "keywords": [ "quill", diff --git a/packages/website/package.json b/packages/website/package.json index 8960313984..5606bc8230 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -10,6 +10,7 @@ "dev": "PORT=$npm_package_config_ports_website next dev", "start": "npm run dev", "build": "next build", + "lint": "next lint", "serve": "npm run serve" }, "dependencies": {