Skip to content

Commit

Permalink
[Makefile] Remove --verbose from make setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent 6809f76 commit 7d8d7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build-web: setup
setup: bun.lockb
ifndef NIX_BUILD_TOP
# Makes sure dependencies match the current checkout. Very fast no-op.
bun install --no-save --verbose
bun install --no-save
endif

.PHONY: lint
Expand Down

0 comments on commit 7d8d7b4

Please sign in to comment.