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
|
||||
.yarn/build-state.yml
|
||||
.yarn/cache
|
||||
*.log
|
||||
.pnp.*
|
||||
/node_modules/
|
||||
|
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 {
|
||||
currentBuild.displayName = env.VERSION
|
||||
}
|
||||
sh 'yarn'
|
||||
sh 'yarn ci ${VERSION}'
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "echo \"no test\"",
|
||||
"ci": "yarn node jenkins.js"
|
||||
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user