From 2280894462ea8f151a3f260e1e24256abd4f1465 Mon Sep 17 00:00:00 2001 From: "francisco.dasilva" Date: Thu, 11 Apr 2024 12:43:25 +0100 Subject: [PATCH] fix: use update command on pipeline --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4ccca1dd..bf9f923dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,7 @@ jobs: run: | npm install npm run lint + npm update -D npm run build:prod - name: Build Framework