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