fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 0s
All checks were successful
GBCI / build (push) Successful in 0s
This commit is contained in:
parent
672d8b905f
commit
c07fd1cbd8
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ jobs:
|
|||
cd /opt/gbo/bin/BotServer
|
||||
pkill -f "node ./boot.mjs" || true
|
||||
|
||||
nohup NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs > /dev/null 2>&1 &
|
||||
NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs &
|
||||
|
|
Loading…
Add table
Reference in a new issue