mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat(common): port utils, tests currently broken
This commit is contained in:
parent
c7afd84e1e
commit
5b440ffa8d
10 changed files with 235 additions and 0 deletions
|
@ -11,6 +11,7 @@ def _render_deps(deps = []):
|
|||
if has_added_grpc_deps == False:
|
||||
output_deps.extend([
|
||||
"@npm//google-protobuf",
|
||||
"@npm//@types/google-protobuf",
|
||||
"@npm//@improbable-eng/grpc-web",
|
||||
])
|
||||
has_added_grpc_deps = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue