Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#12 - Add rules to Makefile to build the nod…
Browse files Browse the repository at this point in the history
…e skycoin api
  • Loading branch information
cbermudez97 committed Mar 29, 2019
1 parent 11ed2d1 commit d7b8cd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
test_axios_client:
test_clients:
(cd ./dev/tester/ && npm run test )

build_axios_client:
(cd './dev/lib/skyapi/typescript-axios/' && npm install && npm run build)

build_node_client:
(cd './dev/lib/skyapi/typescript-node/' && npm install && npm run build)

build_tester:
(cd './dev/tester/' && npm run setup)

0 comments on commit d7b8cd7

Please sign in to comment.