From 944088c64e6364c33f7643e26f1cfd9783c4317a Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Wed, 22 Nov 2023 12:01:42 +0100 Subject: [PATCH] chore: prevent Brewfile.lock.json to be generated when using via yarn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69848d40..a85ef3df 100644 --- a/package.json +++ b/package.json @@ -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" },