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)
Sat, Dec 14, 9:22 PM
Unknown Object (File)
Fri, Dec 13, 4:44 AM
Unknown Object (File)
Fri, Dec 6, 11:49 AM
Unknown Object (File)
Fri, Dec 6, 7:57 AM
Unknown Object (File)
Fri, Dec 6, 3:40 AM
Unknown Object (File)
Wed, Dec 4, 7:07 PM
Unknown Object (File)
Fri, Nov 29, 8:13 AM
Unknown Object (File)
Fri, Nov 29, 6:10 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.