Skip to content

Commit

Permalink
Undo Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin George committed Dec 19, 2023
1 parent 81cb54c commit e8c019b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ dev-unit:
ci-unit:
npx nx run-many -t ci:unit

.PHONY: dev-alerts
dev-alerts:
docker compose exec api yarn dev:task check-alerts

.PHONY: dev-clickhouse
dev-clickhouse:
docker compose exec ch-server clickhouse-client

.PHONY: dev-clear-alert-history
dev-clear-alert-history:
docker compose exec db mongo --eval "db.getSiblingDB('hyperdx').alerthistories.deleteMany({})"

# TODO: check db connections before running the migration CLIs
.PHONY: dev-migrate-db
dev-migrate-db:
Expand Down

0 comments on commit e8c019b

Please sign in to comment.