diff --git a/package.json b/package.json index 541af08..12f8d33 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "turbo run build", "dev": "turbo run dev --no-cache --parallel --continue", "test": "turbo run test --concurrency=1", - "lint": "./node_modules/.bin/eslint .", + "lint": "turbo run lint", "clean": "turbo run clean && rm -rf node_modules", "format": "prettier --ignore-path .gitignore --write \"**/*.{js,jsx,ts,tsx,md}\"", "changeset-create": "changeset",