Skip to content

Commit

Permalink
avoid updating Homebrew version in Brewfile.lock.json on every `make …
Browse files Browse the repository at this point in the history
…build`
  • Loading branch information
Mortennn committed Apr 6, 2020
1 parent 3747b5e commit 5a42a10
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
@@ -1,5 +1,5 @@
build:
@brew bundle
@brew bundle --no-upgrade
@carthage bootstrap --cache-builds --platform osx
@mkdir -p Dozer/Other/Generated
@swiftgen
Expand Down

0 comments on commit 5a42a10

Please sign in to comment.