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",