added bun install to deploy script
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user