Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle
tsconfig.tsbuildinfo
in clean, sync (redwoodjs#9415)
Follow up to redwoodjs#9390. Previously, framework sync would remove all of a package's dist, then rebuild it. This meant the `tsconfig.tsbuildinfo` was removed too. redwoodjs#9390 moved the `tsconfig.tsbuildinfo`, saving megabytes of space for user's projects, but didn't update `yarn build:clean` or `yarn rwfw project:sync`. This PR restores their behavior. Paired with @Josh-Walker-GM on this one.
- Loading branch information