fix(workflow): clean up node_modules before installing production dependencies in BotServer
Some checks failed
GBCI / build (push) Failing after 2m32s
Some checks failed
GBCI / build (push) Failing after 2m32s
This commit is contained in:
parent
32183519d2
commit
4db5e10b15
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Install production dependencies in deployment location
|
||||
run: |
|
||||
echo "[General Bots Deployer] Building BotServer..."
|
||||
|
||||
rm -rf /opt/gbo/bin/BotServer/node_modules
|
||||
cd /opt/gbo/bin/BotServer
|
||||
sudo npm ci --production
|
||||
npm run build-server
|
||||
|
|
Loading…
Add table
Reference in a new issue