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