Skip to content

Commit

Permalink
chore: optimize dependency install output
Browse files Browse the repository at this point in the history
Signed-off-by: OurchitectureIO <[email protected]>
  • Loading branch information
ourchitectureio committed Mar 13, 2024
1 parent d20b9b1 commit 52a7067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ all: install-dependencies install check
.PHONY: install-dependencies
install-dependencies:
@echo "Installing monorepo dependencies..."
@yarn install --immutable
@npm_config_loglevel=error yarn install --immutable
@yarn workspaces foreach --all --interlaced run install --immutable
@echo "Successfully installed monorepo dependencies."

Expand Down
5 changes: 2 additions & 3 deletions src/systems/dev/backstage/ourstage/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ all: install-dependencies install check
.PHONY: install-dependencies
install-dependencies:
@echo "Installing ourstage dependencies..."
@yarn install \
--immutable \
--network-timeout 300000
@npm_config_loglevel=error yarn install --immutable
@yarn workspaces foreach --all --interlaced run install --immutable
@echo "Successfully installed ourstage dependencies."
.PHONY: init
init: install-dependencies
Expand Down

0 comments on commit 52a7067

Please sign in to comment.