From 21f3afee2cc15c985152bf1f2a38d6a9187f8f8b Mon Sep 17 00:00:00 2001 From: Nelson Trindade <48919500+nelsontr@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:17:25 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0959914d..374640ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,5 +42,6 @@ jobs: script: | cd neiist-website; git pull; cd server; npm ci; cd ..; + npm --version; git status; cd client; npm run build; cd ..; sudo systemctl restart neiist_server.service;