From b2fbde42497afd13b151809a6c5c3a9584646c2f Mon Sep 17 00:00:00 2001 From: bugyaluwang <70185413+GrinZero@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20use=20dpdm-fast=20to=20?= =?UTF-8?q?make=20lint=20faster=20(#4389)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10b2a94a5c83..f5303323a4be 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "docs:seo": "lobe-seo && npm run lint:mdx", "i18n": "npm run workflow:i18n && lobe-i18n", "lint": "npm run lint:ts && npm run lint:style && npm run type-check && npm run lint:circular", - "lint:circular": "dpdm src/**/*.ts --warning false --tree false --exit-code circular:1 -T true --skip-dynamic-imports circular", + "lint:circular": "dpdm src/**/*.ts --no-warning --no-tree --exit-code circular:1 --no-progress -T true --skip-dynamic-imports circular", "lint:md": "remark . --quiet --frail --output", "lint:mdx": "npm run workflow:mdx-with-lint && prettier -c --write \"{src,docs}/**/*.mdx\" && npm run workflow:mdx-with-lint", "lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix", @@ -270,7 +270,7 @@ "commitlint": "^19.5.0", "consola": "^3.2.3", "dotenv": "^16.4.5", - "dpdm": "^3.14.0", + "dpdm-fast": "^1.0.4", "drizzle-kit": "^0.26.0", "eslint": "^8.57.1", "eslint-plugin-mdx": "^2.3.4",