Skip to content

Commit 8ff3965

Browse files
committed
fix: 修复clean命令移除node_modules模块
1 parent 7be2229 commit 8ff3965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
1919
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
20-
"clean": "npx fa clean --ignore-tips --dist --vite --all",
20+
"clean": "npx fa clean --dist --deps --vite --all --ignore-tips",
2121
"lint": "npx fa lint",
2222
"lint:fix": "npx fa lint --fix",
2323
"dev": "npx vuepress dev docs",

0 commit comments

Comments
 (0)