Skip to content

Commit

Permalink
rolling back last commit (echo was not visible in error output)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed May 23, 2024
1 parent 4f9821f commit 16af55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*
Expand Down

0 comments on commit 16af55d

Please sign in to comment.