mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-02 18:20:26 +08:00
feat: 支持clean命令移除依赖
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user