From 2df1a1612ab8e5f0878e3a92b9b04b549e0fcc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20K=C3=A1konyi?= Date: Tue, 17 Oct 2023 11:16:00 +0200 Subject: [PATCH] Run brew bundle during bootstrap --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fdaa61d5..16dcc9eb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "pods": "yarn pods-install || yarn pods-update", "pods-install": "yarn example pod-install", "pods-update": "cd example/ios && pod update --silent", - "bootstrap": "yarn && yarn example && yarn pods", + "bootstrap": "yarn && yarn example && yarn pods && yarn brew", + "brew": "[ \"$(uname)\" = \"Darwin\" ] && brew bundle install", "prepare": "husky install", "docs": "typedoc" },