fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
Some checks failed
GBCI / build (push) Failing after 19s
Some checks failed
GBCI / build (push) Failing after 19s
This commit is contained in:
parent
c07fd1cbd8
commit
5f2472ced2
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ jobs:
|
||||||
cd /opt/gbo/bin/BotServer
|
cd /opt/gbo/bin/BotServer
|
||||||
pkill -f "node ./boot.mjs" || true
|
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