We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clean
node_modules
1 parent 7be2229 commit 8ff3965Copy full SHA for 8ff3965
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
19
"postinstall": "rm -rf .git/hooks && npx simple-git-hooks",
20
- "clean": "npx fa clean --ignore-tips --dist --vite --all",
+ "clean": "npx fa clean --dist --deps --vite --all --ignore-tips",
21
"lint": "npx fa lint",
22
"lint:fix": "npx fa lint --fix",
23
"dev": "npx vuepress dev docs",
0 commit comments