From 0be36ca82aae498c5f9cc6a617c564c315d6e646 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 4 Nov 2024 16:33:26 +0100 Subject: [PATCH] build(Makefile): fix SET_DEVELOP --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 28120ba3c..6ac7ba6b8 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,7 @@ lint-%: --act ; --develop_%: PORTS = $(foreach PORT,$(BASE_PORTS),$(shell utils/next_free_port.pl $(PORT))) --develop_%: --ensure-develop + $(SET_DEVELOP) echo "$(SERVICE_PARALLEL)" ; \ if [[ "$(SERVICE_PARALLEL)" == "false" ]] ; then \ CONTAINER_FILE=$(DEVELOP)/$(CF_PREFIX)$(SERVICE_VARIANT) ; \ @@ -230,13 +231,10 @@ endif # HELP(compile-frontend): compile frontend assets --compile-frontend: node_modules assets esbuild.config.mjs npm run build - node_modules: package.json package-lock.json npm ci --cache .npm --prefer-offline - package-lock.json: package.json npm install --cache .npm --prefer-offline - assets: assets/favicons assets/icons; assets/favicons: ./utils/faviconize.pl assets/favicon.svg long assets/favicons @@ -248,7 +246,6 @@ static: node_modules assets esbuild.config.mjs npm run build well-known: static; - # HELP(uniworxdb): clear and fill database. requires running postgres # TODO (db-m-$MIGRATION-backend): apply migration (see src/Model/Migration/Definition.hs for list of available migrations) --start-uniworxdb: @@ -290,7 +287,6 @@ ghci: --shell; CONTAINER_ID=`cat $(CONTAINER_FILE) | grep 'CONTAINER_ID=' | sed 's/CONTAINER_ID=//'` ; \ $(CONTAINER_COMMAND) exec -it $(EXEC_OPTS) $${CONTAINER_ID} $(if $(ENTRYPOINT),$(ENTRYPOINT),/bin/bash) -# TODO: rework stops .PHONY: stop # HELP: stop all currently running develop instances stop: