Skip to content

Commit

Permalink
feat: 支持clean命令移除依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Feb 3, 2025
1 parent 0d8908b commit 446bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 446bde4

Please sign in to comment.