Skip to content

Commit

Permalink
adding an echo at line 92 of makefile to troubleshoot error
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed May 23, 2024
1 parent 621837e commit 4f9821f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ $(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 $*
Expand Down

0 comments on commit 4f9821f

Please sign in to comment.