From 1b96919acde957152ef2770904d4b2c7b99585dd Mon Sep 17 00:00:00 2001 From: George Powell Date: Fri, 13 Feb 2026 01:33:36 -0500 Subject: [PATCH] added --bun flag to deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 468e203..ac9fffa 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ echo "Installing dependencies..." bun i echo "Building..." -bun run build +bun --bun run build echo "Restarting service..." sudo systemctl restart bibdle