diff --git a/Jenkinsfile b/Jenkinsfile index 2c6da33..2171d7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,10 +8,6 @@ pipeline { stage('Build static content') { steps { sh ''' - npm install - npm run build - pwd - echo docker build --progress=plain -t bbuddy/bbuddy_ui:latest . ''' }