Skip to content

Commit

Permalink
build: include install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 31, 2023
1 parent 1be2cd8 commit bd0ed78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ readme: clean ## run readme action
start: ## start the project in foreground
@docker compose run --rm app

install: ## install all dependencies
@docker compose run --rm app install

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

Expand Down

0 comments on commit bd0ed78

Please sign in to comment.