fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
This commit is contained in:
parent
23ca9f3c34
commit
895fa3b3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,4 +44,4 @@ jobs:
|
||||||
|
|
||||||
pkill -f "node ./boot.mjs" || true
|
pkill -f "node ./boot.mjs" || true
|
||||||
|
|
||||||
nohup npm run start > /dev/null 2>&1
|
nohup npm run start
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue