We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8002995 commit f062bd5Copy full SHA for f062bd5
sdk/node/Makefile
@@ -24,6 +24,7 @@ all: hfc
24
25
.PHONY: hfc
26
hfc:
27
+ mkdir -p ./lib/protos
28
cp ../../protos/*.proto ./lib/protos
29
cp ../../membersrvc/protos/*.proto ./lib/protos
30
npm install && sudo npm install -g typescript && sudo npm install typings --global && typings install
0 commit comments