Skip to content

Commit

Permalink
Internal code sync (grpc#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored Sep 28, 2021
1 parent 627e337 commit f1fe574
Show file tree
Hide file tree
Showing 18 changed files with 281 additions and 282 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ROOT_DIR := $(shell pwd)
all: clean

plugin:
cd "$(ROOT_DIR)"/javascript/net/grpc/web && make
cd "$(ROOT_DIR)"/javascript/net/grpc/web/generator && make

install-plugin:
cd "$(ROOT_DIR)"/javascript/net/grpc/web && make install
cd "$(ROOT_DIR)"/javascript/net/grpc/web/generator && make install

clean:
cd "$(ROOT_DIR)"/javascript/net/grpc/web && make clean
cd "$(ROOT_DIR)"/javascript/net/grpc/web/generator && make clean
cd "$(ROOT_DIR)"
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f1fe574

Please sign in to comment.