fix(workflow): enable npm ci command for production build in BotServer
Some checks failed
GBCI / build (push) Failing after 2m56s
Some checks failed
GBCI / build (push) Failing after 2m56s
This commit is contained in:
parent
1b65edc213
commit
a6e3722a2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue