revert switch to yarn 2
This commit is contained in:
parent
56f81a7a1a
commit
72ea19cef8
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
.yarn/unplugged
|
/node_modules/
|
||||||
.yarn/build-state.yml
|
|
||||||
.yarn/cache
|
|
||||||
*.log
|
|
||||||
.pnp.*
|
|
||||||
|
58
.yarn/releases/yarn-berry.js
vendored
58
.yarn/releases/yarn-berry.js
vendored
File diff suppressed because one or more lines are too long
@ -1,4 +0,0 @@
|
|||||||
yarnPath: ".yarn/releases/yarn-berry.js"
|
|
||||||
npmScopes:
|
|
||||||
scode:
|
|
||||||
npmRegistryServer: "https://npm.scode.ovh"
|
|
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -16,7 +16,6 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
currentBuild.displayName = env.VERSION
|
currentBuild.displayName = env.VERSION
|
||||||
}
|
}
|
||||||
sh 'yarn'
|
|
||||||
sh 'yarn ci ${VERSION}'
|
sh 'yarn ci ${VERSION}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "echo \"no test\"",
|
"test": "echo \"no test\"",
|
||||||
"ci": "yarn node jenkins.js"
|
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user