install before ci
This commit is contained in:
parent
d622558143
commit
56f81a7a1a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -16,6 +16,7 @@ pipeline {
|
||||
script {
|
||||
currentBuild.displayName = env.VERSION
|
||||
}
|
||||
sh 'yarn'
|
||||
sh 'yarn ci ${VERSION}'
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "echo \"no test\"",
|
||||
"ci": "yarn --frozen-lockfile && yarn node jenkins.js"
|
||||
"ci": "yarn node jenkins.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user