Skip to content

Commit

Permalink
chore: add default make target
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 10, 2024
1 parent d9abe23 commit 258c88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ DOCKER_TAG ?= latest

export DOCKER_BUILDKIT=1

.DEFAULT_GOAL := help

.PHONY: install
install: ## Install npm dependencies
npm install
Expand Down

0 comments on commit 258c88a

Please sign in to comment.