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

Deletes existing .yarn/install-state.gz file #169

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

arthurgousset
Copy link
Contributor

@arthurgousset arthurgousset commented Mar 29, 2024

Description

I thought the file was deleted here: #168
It was only modified . This PR tries to delete it for good.

Tested

No, will be tested manually when deployed.

Related issues

Backwards compatibility

Yes

Documentation

None

This was mistakenly committed in the past and is not necessary.

> `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.

Source: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
@arthurgousset arthurgousset requested a review from a team as a code owner March 29, 2024 18:10
Copy link

vercel bot commented Mar 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
faucet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2024 10:40am

@arthurgousset arthurgousset changed the title chore(gitignore): deletes existing .yarn/install-state.gz file Deletes existing .yarn/install-state.gz file Mar 29, 2024
@arthurgousset arthurgousset marked this pull request as draft March 29, 2024 18:17
@arthurgousset
Copy link
Contributor Author

Why won't this file delete? Any ideas @celo-org/devtooling ?

@arthurgousset arthurgousset self-assigned this Mar 29, 2024
@arthurgousset arthurgousset marked this pull request as ready for review April 24, 2024 10:26
@arthurgousset arthurgousset merged commit 9dce129 into master Apr 24, 2024
7 checks passed
@arthurgousset arthurgousset deleted the arthurgousset/delete-yarn-install-state-gz branch April 24, 2024 10:40
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.

2 participants