From 04fecf321bc6c1eadc84f9578d92e214165cf344 Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 16 Nov 2021 10:50:27 -0300 Subject: [PATCH] Jenkins fixes --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 185ec04..4e79e89 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { //sh 'curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -' //sh 'sudo apt-get install -y nodejs && sudo apt-get install -y nginx' //sh 'sudo npm install -g npm@latest' + sh 'npm install --legacy-peer-deps' sh 'npm install' } }