added bun install to deploy script

This commit is contained in:
2026-02-28 17:22:08 -06:00
parent 6de09411a1
commit 7096f32ea5
+1 -1
View File
@@ -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",