diff --git a/Jenkinsfile b/Jenkinsfile index d4e875b..96a7cfe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,7 @@ pipeline { stage('Build static content') { steps { sh ''' - echo "test" - #sudo npm install + sudo npm install #sudo npm run build #sudo docker build -t bbuddy/bbuddy_backend-dev:latest . '''