Adding npm ci

This commit is contained in:
Jason House
2020-07-28 16:11:46 +09:00
parent 67e9b8e60c
commit c4b6ba7c55

1
Jenkinsfile vendored
View File

@@ -3,6 +3,7 @@ pipeline {
stages {
stage('Minify') {
steps {
sh 'npm ci'
sh './minify'
}
}