From f8c2f3451fd7fdec64a6b79c91376d16f08b30e0 Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Thu, 7 Jul 2022 18:04:24 +0200
Subject: [PATCH] added yarn prepare for holi-frontends to init.sh

---
 init.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/init.sh b/init.sh
index 2a743b2..c92f9c5 100755
--- a/init.sh
+++ b/init.sh
@@ -50,6 +50,8 @@ git clone git@gitlab.com:holisticfoundation/holi-frontends.git holi-frontends >/
 pushd holi-frontends
 direnv allow .
 yarn install
+# install pre-commit hook via husky
+yarn prepare
 popd
 
 git clone git@gitlab.com:holisticfoundation/holi-okuna.git holi-okuna >/dev/null 2>&1 || true
-- 
GitLab