You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What is the goal of this PR?
Simplify the `genrule` that builds our protocol for Typescript
## What are the changes implemented in this PR?
* Move `//protobuf:proto-raw-buffers` into `srcs` since this is what they are
* Remove symlinking `node_modules` - not needed
* `dirname $(execpath //:WORKSPACE)` always evaluates to `.` (since `WORKSPACE` is a top-level file)
# Dependencies for the above command. the //:WORKSPACE label is required to locate the relative path for the .proto files so they can import each other.
0 commit comments