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