Skip to content

Commit

Permalink
chore: prevent Brewfile.lock.json to be generated when using via yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Nov 22, 2023
1 parent 2f2d0df commit 944088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pods-install": "yarn example pod-install",
"pods-update": "cd example/ios && pod update --silent",
"bootstrap": "yarn && yarn example && yarn pods && yarn brew",
"brew": "[ \"$(uname)\" = \"Darwin\" ] && brew bundle install",
"brew": "[ \"$(uname)\" = \"Darwin\" ] && brew bundle install --no-lock",
"prepare": "husky install",
"docs": "typedoc"
},
Expand Down

0 comments on commit 944088c

Please sign in to comment.