Skip to content

Commit

Permalink
remove mongodb directory when running server
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 27, 2024
1 parent 75d8d87 commit 6a6a558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ all:
@echo "Project successfully compiled"

run-server:
rm -rf mongodb
.evergreen/run-orchestration.sh

stop-server:
Expand Down

0 comments on commit 6a6a558

Please sign in to comment.