From 1db1714971c351fe96d930c1c91e6f4616c4f3ed Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 28 Jul 2026 12:23:51 +0300 Subject: [PATCH] chore: remove unused make commands --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 40ce178f..42d0bce9 100644 --- a/Makefile +++ b/Makefile @@ -78,18 +78,10 @@ test-race: dev: docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans --build -# Development - Infisical -dev-infisical: - infisical run --env=dev -- docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans --build - # Production prod: docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans -# Production - Infisical -prod-infisical: - infisical run --env=dev -- docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans - # SQL sql: sqlc generate