From 1f0789e8eb801c26bba7692f59522e27fd2bf2bf Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 6 Apr 2025 21:44:57 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 351dd9a..f0d75be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Install dependencies') { steps { script { - sh 'npm install && npm install --save-dev' // Install project dependencies + sh 'npm install' // Install project dependencies } } }