Skip to content

Commit f062bd5

Browse files
committed
Fix node-sdk build
Change-Id: Ie4462d5159cc0d595c034215a9e25258822925b7 Signed-off-by: Gabor Hosszu <[email protected]>
1 parent 8002995 commit f062bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/node/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ all: hfc
2424

2525
.PHONY: hfc
2626
hfc:
27+
mkdir -p ./lib/protos
2728
cp ../../protos/*.proto ./lib/protos
2829
cp ../../membersrvc/protos/*.proto ./lib/protos
2930
npm install && sudo npm install -g typescript && sudo npm install typings --global && typings install

0 commit comments

Comments
 (0)