Skip to content

Commit

Permalink
feat: 删除clean脚本,支持脚手架实现删除
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jul 17, 2024
1 parent be939b2 commit 6b76dae
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 18 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/* && npx turbo run build --filter=@142vip/changelog --color --only",
"dev": "npx turbo run dev",
"build": "npx turbo run build",
"clean": "npx fairy-cli clean --ignore-tips",
"start": "npx turbo run start",
"test": "npx turbo run test",
"lint": "npx eslint . --fix",
Expand Down
157 changes: 144 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions scripts/clean

This file was deleted.

0 comments on commit 6b76dae

Please sign in to comment.