Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Frontend rm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed Oct 17, 2023
1 parent 85b17b6 commit 104dad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleanup-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rm yarn.lock \; 2>/dev/null || true
find . -type d -name "node_modules" -exec rm -r {} \; 2>/dev/null || true
find . -type d -name ".tamagui" -exec rm -r {} \; 2>/dev/null || true
rm frontend/packages/ui/src/themes-generated.ts
rm -f frontend/packages/ui/src/themes-generated.ts

0 comments on commit 104dad3

Please sign in to comment.