From 16af55d1228fe12980993cefc82221017ec39b3b Mon Sep 17 00:00:00 2001 From: JordanKeo45 Date: Thu, 23 May 2024 11:21:18 -0300 Subject: [PATCH] rolling back last commit (echo was not visible in error output) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6c4b108..bf9e433 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,6 @@ $(VERSION_FILES): ./manifest.json .SECONDEXPANSION: $(OUTPUTS): %/dist/index.html: bootstrap-yarn houston-common $$(shell find '$$*' -type d \( -name node_modules -o -path '$$*/dist' -o -path '*node_modules*' \) -prune -o -type f -not \( -name .gitignore \) -print) @echo -e $(call cyantext,Building $*) - @echo "Running yarn install in directory: $*" yarn --cwd $* install ifeq ($(AUTO_UPGRADE_DEPS),1) yarn upgrade --cwd $*