fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
This commit is contained in:
parent
77484beda2
commit
0aa386b8bf
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
|
||||
|
||||
NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs &
|
||||
NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue