From 7096f32ea5d0750a2ec5dc519e31b2db31ea4d57 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Sat, 28 Feb 2026 17:22:08 -0600 Subject: [PATCH] added bun install to deploy script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553b68b..a435723 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "logs": "pm2 logs tasgrid", "stop": "pm2 stop tasgrid", "start-prod": "pm2 start \"bun run serve\" --name \"tasgrid\"", - "deploy": "git pull && bun run build && (pm2 restart tasgrid || bun run start-prod)" + "deploy": "git pull && bun install && bun run build && (pm2 restart tasgrid || bun run start-prod)" }, "dependencies": { "@kobalte/core": "^0.13.11",