diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7063b52..b83df61 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,8 +39,5 @@ jobs: runs-on: self-hosted steps: - - name: Close old daemon - run: pm2 delete next - - name: Run - run: pm2 start yarn --name "next" -- start \ No newline at end of file + run: pm2 startOrReload yarn --name "next" -- start