From 7bfcd9b9cff1069ec5762a82dcc85c6d31faa8f7 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 2 Jun 2020 12:16:27 +0200 Subject: [PATCH] update node.js.yml x2 --- .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 d545146..27fbba0 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" --watch -- start \ No newline at end of file + run: pm2 start yarn --name "next" -- start \ No newline at end of file