fix(workflow): enable npm ci command for production build in BotServer
Some checks failed
GBCI / build (push) Failing after 2m56s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-26 16:40:42 -03:00
parent 1b65edc213
commit a6e3722a2a

View file

@ -36,7 +36,7 @@ jobs:
echo "[General Bots Deployer] Building BotServer..."
cd /opt/gbo/bin/BotServer
# sudo npm ci --production
sudo npm ci --production
npm run build-server
# npm run build-gbui