From 446bde4f900869f3c01763a349bae041b7f248d7 Mon Sep 17 00:00:00 2001 From: chufan Date: Mon, 3 Feb 2025 20:27:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81`clean`=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E7=A7=BB=E9=99=A4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7510e56..6dc6618 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "scripts": { "preinstall": "npx only-allow pnpm && chmod +x ./scripts/*", "postinstall": "rm -rf .git/hooks && npx simple-git-hooks", - "clean": "npx fa clean --ignore-tips --dist --vite --all", + "clean": "npx fa clean --ignore-tips --dist --vite --deps --all", "lint": "npx fa lint", "lint:fix": "npx fa lint --fix", "dev": "pnpm build:mark-map && npx vuepress dev docs",