Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force delete tsbuildinfo (#426)
Fixes the release process failing like here: https://github.com/celo-org/developer-tooling/actions/runs/11813422762/job/32910435812 <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
- Loading branch information