diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5c28764e04..2029917f16 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,10 +25,8 @@ jobs: node-version: 16 - name: Install Dependencies - run: npm ci - + run: npm install + - name: Build Application run: npm run build --if-present - - name: Restart PM2 Process - run: sudo pm2 restart server