Skip to content

Commit

Permalink
Makefile: install npm packages when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bd808 committed Oct 17, 2020
1 parent 358037d commit aaef777
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test-python-unit: ## Run unit tests for Python code

test-nodejs-unit: ## Run unit tests for nodejs code
@echo "== Test Nodejs =="
docker-compose run --rm nodejs npm test || true
docker-compose run --rm nodejs sh -c "npm install && npm test"
.PHONY: test-nodejs-unit

docs: ## Build sphinx docs
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

0 comments on commit aaef777

Please sign in to comment.