Skip to content

Commit

Permalink
Fix build error makefile (#44)
Browse files Browse the repository at this point in the history
* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* Revert "Fix dependencies (#43)"

This reverts commit 5f10f28.

* 🐛 Fix

Signed-off-by: vankichi <[email protected]>

* Revert "Revert "Fix dependencies (#43)""

This reverts commit bc7dd28.

* Revert ":bug: Fix"

This reverts commit 925519a.

---------

Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored Jun 13, 2023
1 parent 5f10f28 commit 8d3abe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GOOGLEAPI_PROTOS = \
GOOGLEAPI_PROTOS := $(GOOGLEAPI_PROTOS:%=$(GOPATH)/src/github.com/googleapis/googleapis/%)
NODE_GOOGLEAPIS = $(GOOGLEAPI_PROTOS:$(GOPATH)/src/github.com/googleapis/googleapis/%.proto=$(NODE_ROOT)/%_grpc_pb.js)

NODE_VTEXTJS = $(NODE_ROOT)/planetscale/vtprotobuf/vtproto/ext_grpc_pb.js
NODE_VTEXTJS = $(NODE_ROOT)/vtproto/ext_grpc_pb.js

PROTO_PATHS = \
$(PWD) \
Expand Down

0 comments on commit 8d3abe6

Please sign in to comment.