remove dist *_pb files - #1402
Conversation
|
@JonathanMH is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (26)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Removes the ts/dist files that are generated from the protobuf schema as indicated in the
.gitignoreEdit: It's my first time setting up the repo so, please let me know if I'm just holding it wrong, but I think these are build errors that make the setup harder for first time contributions. Thank you so much for your awesome work here!
Edit 2: Also possibly desired behaviour according to: https://github.com/meshtastic/web/pull/1280/changes#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
Changes Made
Ran
git rm -r --cached packages/protobufs/packages/ts/distto not pollute the git history with changes like below on every build