Update Jenkinsfile

This commit is contained in:
Joe Green 2017-09-26 11:44:48 +01:00 committed by GitHub
parent 0d613a6480
commit 33dfe5b2a2

View file

@ -30,7 +30,7 @@ pipeline {
sh 'rm -fr ./_docker-runner'
sh 'npm install'
sh 'npm rebuild'
sh 'npm install --quiet grunt-cli sqlite3'
sh 'npm install --quiet grunt-cli'
}
}
stage('Compile and Test') {