Skip to content

Commit

Permalink
add cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Oct 18, 2023
1 parent 5141e72 commit ded6098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"test": "turbo run test",
"tooling:update-readme-nav": "node tooling/readme-manager/update-nav-in-readmes.js",
"api:check": "turbo run api-check",
"api-extractor": "turbo run api-extractor"
"api-extractor": "turbo run api-extractor",
"cleanup": "find . -type d \\( -name 'node_modules' -o -name '.turbo' -o -name 'dist' \\) -prune -exec rm -rf '{}' +"
},
"workspaces": [
"packages/*",
Expand Down

0 comments on commit ded6098

Please sign in to comment.