Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Dec 19, 2022
1 parent 81ab22f commit 8130eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ test: ## run all npm tests
@docker compose --profile test up

coverage: ## run all npm tests with coverage
@docker compose run test-coverage
@docker compose run --rm test-coverage

shell: ## start the container shell
@docker compose run --rm --entrypoint /bin/sh app

clean: ## remove running containers, volumes, node_modules & anything else
@docker compose rm --force -v
@docker compose --profile test down
@rm -rf node_modules coverage .nyc_output

# Utility methods
Expand Down

0 comments on commit 8130eb1

Please sign in to comment.