diff --git a/web/package.json b/web/package.json index 273a7f804f..b9a28f2c65 100644 --- a/web/package.json +++ b/web/package.json @@ -31,8 +31,8 @@ "build": "next build", "build:docker": "next build && node scripts/optimize-standalone.js", "start": "node ./scripts/copy-and-start.mjs", - "lint": "eslint --cache --concurrency=\"auto\"", - "lint:ci": "eslint --cache --concurrency 3", + "lint": "eslint --cache --concurrency=auto", + "lint:ci": "eslint --cache --concurrency 2", "lint:fix": "pnpm lint --fix", "lint:quiet": "pnpm lint --quiet", "lint:complexity": "pnpm lint --rule 'complexity: [error, {max: 15}]' --quiet",