From b0f031aac3674a82a6b5fafd8b6f674c47bb8f5a Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 12:12:59 +0200 Subject: [PATCH] update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 27fbba0..d545146 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,4 +23,4 @@ jobs: run: yarn build-all - name: Run - run: pm2 start yarn --name "next" -- start \ No newline at end of file + run: pm2 start yarn --name "next" --watch -- start \ No newline at end of file