From ae1673470848bf198b76b9f3de4ba8d16207c138 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:00:35 -0800 Subject: [PATCH] bun install --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 2aa2e77..8808349 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -47,6 +47,9 @@ quiet /usr/sbin/getcap "$BUN_REAL" || true echo ">> Creating apps directory" mkdir -p ~/apps +echo ">> Installing dependencies" +bun install + echo ">> Building client bundle" bun run build