Skip to content

Commit

Permalink
Update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
laurielim committed Jul 29, 2023
1 parent ed9805c commit b7b4730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ help: ## List all make commands
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-]*: *.*## *" | awk 'BEGIN {FS = ":.*?## "}; {printf "${CYAN}%-30s${NO_COLOR} %s\n", $$1, $$2}' | sort

PHONY += fresh
nvm: ## Switch node version based on .nvmrc and run pnpm run dev
$(call step,Run nvm use\n)
fresh: ## Switch node version based on .nvmrc and run pnpm run dev
$(call step,Run nvm use abd pnpm run dev\n)
. ${HOME}/.nvm/nvm.sh && nvm use && pnpm run dev

.PHONY: $(PHONY)

0 comments on commit b7b4730

Please sign in to comment.