Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle tsconfig.tsbuildinfo in clean, sync #9415

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Nov 13, 2023

Follow up to #9390. Previously, framework sync would remove all of a package's dist, then rebuild it. This meant the tsconfig.tsbuildinfo was removed too.

#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.

@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Nov 13, 2023
@jtoar jtoar added this to the chore milestone Nov 13, 2023
@jtoar jtoar merged commit d8266e5 into main Nov 13, 2023
33 of 35 checks passed
@jtoar jtoar deleted the ds-framework-tools/fix-tsbuildinfo branch November 13, 2023 22:25
@jtoar jtoar modified the milestones: chore, v6.4.0 Nov 16, 2023
jtoar added a commit that referenced this pull request Nov 16, 2023
Follow up to #9390. Previously,
framework sync would remove all of a package's dist, then rebuild it.
This meant the `tsconfig.tsbuildinfo` was removed too.

#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants