Skip to content

Conversation

@nicolasbrugneaux
Copy link
Contributor

@nicolasbrugneaux nicolasbrugneaux commented Nov 13, 2024

Fixes the release process failing like here: https://github.com/celo-org/developer-tooling/actions/runs/11813422762/job/32910435812


PR-Codex overview

This PR updates the clean script in the packages/cli/package.json file to ensure it forcefully removes the tsconfig.tsbuildinfo file by adding the -f flag to the rm command.

Detailed summary

  • Modified the clean script:
    • Changed rm tsconfig.tsbuildinfo to rm -f tsconfig.tsbuildinfo to force the removal of the file.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@nicolasbrugneaux nicolasbrugneaux requested a review from a team as a code owner November 13, 2024 08:38
@changeset-bot
Copy link

changeset-bot bot commented Nov 13, 2024

⚠️ No Changeset found

Latest commit: f9bcd58

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.23%. Comparing base (775bd31) to head (f9bcd58).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #426   +/-   ##
=======================================
  Coverage   68.23%   68.23%           
=======================================
  Files         288      288           
  Lines       10979    10979           
  Branches     1578     1587    +9     
=======================================
  Hits         7492     7492           
- Misses       3320     3321    +1     
+ Partials      167      166    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nicolasbrugneaux nicolasbrugneaux enabled auto-merge (squash) November 13, 2024 08:52
@nicolasbrugneaux nicolasbrugneaux merged commit 9df4bbf into master Nov 13, 2024
23 of 36 checks passed
@nicolasbrugneaux nicolasbrugneaux deleted the fix/yarn-clean branch November 13, 2024 09:24
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.

3 participants