From 38871d47b7e8aae41f759416a21914a138809a0d Mon Sep 17 00:00:00 2001 From: chufan Date: Sun, 19 Jan 2025 18:56:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20`clean`=E5=91=BD=E4=BB=A4=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0`coverage`=E5=8F=82=E6=95=B0=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A?= 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 384d480..1421de0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "scripts": { "preinstall": "npx only-allow pnpm && chmod +x ./scripts/*", "postinstall": "simple-git-hooks && pnpm build:packages", - "clean": "npx fa clean --dist --vite --turbo --deps --all --ignore-tips", + "clean": "npx fa clean --dist --vite --turbo --coverage --deps --all --ignore-tips", "clean:hooks": "rm -rf .git/hooks", "dev": "vitepress dev --port 8080 --host --force --strictPort --open", "build:apps": "npx turbo run build --filter '*-demo' --color --only",