Skip to content

Commit

Permalink
Merge pull request #67 from Syriiin/add-reset-dev-command
Browse files Browse the repository at this point in the history
Add reset-dev command to fully reset dev
  • Loading branch information
Syriiin authored Oct 18, 2024
2 parents c366dfa + 04f5699 commit 4622b44
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 @@ -27,6 +27,9 @@ start-dev: build-dev ## Starts development environment
clean-dev: ## Cleans development environment
$(COMPOSE_APP_DEV) down --remove-orphans

reset-dev: ## Resets development environment
$(COMPOSE_APP_DEV) down --remove-orphans --volumes

update-api-reference: ## Updates OpenAPI schemas in docs site
$(COMPOSE_TOOLING_RUN) scripts/update-api-reference.sh

Expand Down

0 comments on commit 4622b44

Please sign in to comment.