From 935b70f1e32eebb155e54c087b3415fe982bf894 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Mon, 8 Jun 2020 13:52:46 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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