fix(workflow): update node.yaml to run npm start in the background
This commit is contained in:
parent
e95d180eb7
commit
275eaa90e1
1 changed files with 2 additions and 2 deletions
|
|
@ -47,4 +47,4 @@ jobs:
|
|||
|
||||
pkill -f "node ./boot.mjs" || true
|
||||
|
||||
npm run start
|
||||
nohup npm run start > /dev/null 2>&1 &
|
||||
Loading…
Add table
Reference in a new issue