1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-02 18:20:26 +08:00

feat: 支持clean命令移除依赖

This commit is contained in:
chufan
2025-02-03 20:27:04 +08:00
parent 0d8908bbd8
commit 446bde4f90

View File

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