diff --git a/Makefile b/Makefile index a84511b..621bc22 100644 --- a/Makefile +++ b/Makefile @@ -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)