Skip to content

Commit

Permalink
feat: clean命令增加coverage参数,删除单元测试报告
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jan 19, 2025
1 parent 589122b commit 38871d4
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 @@ -23,7 +23,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
"postinstall": "simple-git-hooks && pnpm build:packages",
"clean": "npx fa clean --dist --vite --turbo --deps --all --ignore-tips",
"clean": "npx fa clean --dist --vite --turbo --coverage --deps --all --ignore-tips",
"clean:hooks": "rm -rf .git/hooks",
"dev": "vitepress dev --port 8080 --host --force --strictPort --open",
"build:apps": "npx turbo run build --filter '*-demo' --color --only",
Expand Down

0 comments on commit 38871d4

Please sign in to comment.