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, Apr 14, 4:32 PM
Unknown Object (File)
Sat, Apr 12, 2:34 AM
Unknown Object (File)
Wed, Apr 9, 12:08 AM
Unknown Object (File)
Tue, Apr 8, 11:12 PM
Unknown Object (File)
Sat, Apr 5, 9:17 PM
Unknown Object (File)
Fri, Apr 4, 2:12 PM
Unknown Object (File)
Fri, Apr 4, 2:12 PM
Unknown Object (File)
Fri, Apr 4, 2:12 PM
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.