From 7645b261fc5787fe442a0b29be0fb8510dc8d88d Mon Sep 17 00:00:00 2001 From: Chris Jordan Date: Sun, 5 May 2024 14:07:56 -0400 Subject: [PATCH] Remove the old publish target in the Makefile use deploy-mobile-app instead --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index d486818..1a0e5b8 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,6 @@ format: $(MAKE) -C server format -.PHONY: publish -publish: - $(MAKE) -C ui publish - # Deploy to production # To delete: helm delete chalk-prod # Note, this shouldn't be needed as we deploy to prod in the Jenkinsfile