Page MenuHomePhabricator

[Shared/docs] Update `yarn codegen-grpc`
ClosedPublic

Authored by jon on Aug 31 2022, 10:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 10:43 AM
Unknown Object (File)
Wed, Oct 30, 4:22 AM
Unknown Object (File)
Oct 26 2024, 2:15 AM
Unknown Object (File)
Oct 26 2024, 2:15 AM
Unknown Object (File)
Oct 26 2024, 2:15 AM
Unknown Object (File)
Oct 26 2024, 2:15 AM
Unknown Object (File)
Oct 26 2024, 2:15 AM
Unknown Object (File)
Oct 26 2024, 2:11 AM
Subscribers

Details

Summary

Update yarn workflow for updating codegen-grpc

https://linear.app/comm/issue/ENG-1231

Depends on D4992

Test Plan
# should get re-generated
rm shared/protos/_generated/blob.grpc.pb.cc

cd shared
yarn codegen-grpc

# assert blob gets regenerated
git status # should be empty

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 31 2022, 5:01 PM

Rebase on top of latest master

This revision was automatically updated to reflect the committed changes.