install before ci
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -16,6 +16,7 @@ pipeline {
|
||||
script {
|
||||
currentBuild.displayName = env.VERSION
|
||||
}
|
||||
sh 'yarn'
|
||||
sh 'yarn ci ${VERSION}'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user