Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#14 - Remove unnecessary rule in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevCbermudez committed Apr 12, 2019
1 parent 5cc2b9b commit eadbea7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

install: build-axios-client build-axios-tester build-node-client build-node-tester ; ## Build all libraries and tester
install: build-axios-client build-node-client build-axios-tester build-node-tester ; ## Build all libraries and tester

test: test-axios-client test-node-client ; ## Test all clients

Expand All @@ -24,12 +24,9 @@ build-node-client: ## Build node client

build-node-tester: ## Build node client tester
(cd './tests/node/' && npm install)

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

docker_build:
docker_build: ## Build docker image skyapi/typescript
docker build -t skyapi/typescript -f ./docker/Dockerfile .

docker_run:
docker_run: ## Run docker image skyapi/typescript with name skyapi-typescript
docker run -v ${PWD}/tests:/skyapi-typescript/tests -it --name=skyapi-typescript skyapi/typescript
8 changes: 8 additions & 0 deletions tests/axios/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 22 additions & 6 deletions tests/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eadbea7

Please sign in to comment.