From 3947f621aaa9d192172d9415d11e04494c8c27bb Mon Sep 17 00:00:00 2001 From: s464930 Date: Fri, 10 Dec 2021 22:47:53 +0100 Subject: [PATCH] Jenkinsfile typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f348221..476efa7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Build') { steps { - sh 'npm install -- production' + sh 'npm install --production' sh 'npm run build' sh 'npm run start' }