From ed7a85affbf3cc73de8c8f84da848ba9ddb9610e Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:50:55 +0800 Subject: [PATCH] update --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",