diff --git a/Jenkinsfile b/Jenkinsfile index 8e9d4f48..20576c50 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { steps { echo "Building frontend..." sh "cd frontend" + sh "npm install -g yarn pm2" sh "yarn install" sh "npm run build:prod" }