Skip to content

Commit

Permalink
Fix node-sdk build
Browse files Browse the repository at this point in the history
Change-Id: Ie4462d5159cc0d595c034215a9e25258822925b7
Signed-off-by: Gabor Hosszu <gabor@digitalasset.com>
  • Loading branch information
gaborh-da committed Aug 8, 2016
1 parent 8002995 commit f062bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ all: hfc

.PHONY: hfc
hfc:
mkdir -p ./lib/protos
cp ../../protos/*.proto ./lib/protos
cp ../../membersrvc/protos/*.proto ./lib/protos
npm install && sudo npm install -g typescript && sudo npm install typings --global && typings install
Expand Down

0 comments on commit f062bd5

Please sign in to comment.