fix(workflow): enable npm ci command for production build in BotServer
This commit is contained in:
parent
d31e10c109
commit
f197e5a135
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
echo "[General Bots Deployer] Building BotServer..."
|
echo "[General Bots Deployer] Building BotServer..."
|
||||||
|
|
||||||
cd /opt/gbo/bin/BotServer
|
cd /opt/gbo/bin/BotServer
|
||||||
# sudo npm ci --production
|
sudo npm ci --production
|
||||||
npm run build-server
|
npm run build-server
|
||||||
# npm run build-gbui
|
# npm run build-gbui
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue