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

yarn clean - minor fix #1445

Merged
merged 1 commit into from
Jul 11, 2023
Merged

yarn clean - minor fix #1445

merged 1 commit into from
Jul 11, 2023

Conversation

bttf
Copy link
Collaborator

@bttf bttf commented Jul 11, 2023

Minor fix to our yarn clean command

If a developer tried to run yarn clean without a .tsbuildinfo file in their front-end directory (which can happen on a fresh copy of the codebase that hasn't been compiled yet), the command fails.

This appends the force flag (-f) to rm so that it does ignores if the file is missing

@bttf bttf changed the title Force rm tsbuildinfo file yarn clean - minor fix Jul 11, 2023
@bttf bttf requested a review from a team July 11, 2023 01:31
@bttf bttf merged commit 8f79c7e into main Jul 11, 2023
2 checks passed
@bttf bttf deleted the adnan/fix-clean branch July 11, 2023 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants