Commit 030d6fba authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

modify jenkinsfile

parent 3f85cc46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ pipeline {
        stage ('Dependencies') {
            steps {
                echo 'Installing Dependencies'
                sh 'npm install -g yarn'
                sh 'yarn install'
            }
        }