Update Jenkinsfile

This commit is contained in:
Joe Green
2017-09-28 13:46:01 +01:00
committed by GitHub
parent d8858cfadd
commit 88eafdf575

1
Jenkinsfile vendored
View File

@@ -30,6 +30,7 @@ pipeline {
sh 'npm install ./_docker-runner'
sh 'rm -fr ./_docker-runner ./_docker-runner@tmp'
sh 'npm install'
sh 'npm rebuild'
sh 'npm install --quiet grunt-cli'
}
}