timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.34k stars 71 forks source link

Prevent file removal error -supabase flag #21

Closed Death666Machine closed 1 year ago

Death666Machine commented 1 year ago

pull request modifies the script to use rm -f for file removal and rm -rf for directories. This ensures that the script runs smoothly even if certain files don't exist.

albbus-stack commented 1 year ago

The cli folder over on the supabase-auth branch is unused since the main branch is responsible for publishing to npm. Once we switch to supabase on the main branch we will merge all the commits that are being made.

The new cli is now up on npm, remember to use yarn create t4-app@latest to get the updated version.

Death666Machine commented 1 year ago

Thanks for the explanation, still pretty new to all of this so still figuring things out 😁