Skip to content

Commit

Permalink
build: simplify Makefile commands
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
  • Loading branch information
vitorsalgado committed Jan 12, 2022
1 parent 896aacf commit 02be710
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ up: ## Run a development environment with Docker Compose.
down: ## Stop Docker Compose development environment.
@docker-compose -f ./deployments/dev/docker-compose.yml down

dev-clean: ## Clean Docker Compose development environment.
clean: ## Clean Docker Compose development environment.
@docker-compose -f ./deployments/dev/docker-compose.yml down --remove-orphans --volumes


nvm: ## Install Node.js version described on .nvmrc
[ -s "$$HOME/.nvm/nvm.sh" ] && . "$$HOME/.nvm/nvm.sh" && \
nvm install $$(cat .nvmrc) && \
Expand Down

0 comments on commit 02be710

Please sign in to comment.