revert switch to yarn 2

This commit is contained in:
2020-02-19 10:00:25 +01:00
parent 56f81a7a1a
commit 72ea19cef8
6 changed files with 1305 additions and 1824 deletions
+1 -5
View File
@@ -1,5 +1 @@
.yarn/unplugged
.yarn/build-state.yml
.yarn/cache
*.log
.pnp.*
/node_modules/
-58
View File
File diff suppressed because one or more lines are too long
-4
View File
@@ -1,4 +0,0 @@
yarnPath: ".yarn/releases/yarn-berry.js"
npmScopes:
scode:
npmRegistryServer: "https://npm.scode.ovh"
Vendored
-1
View File
@@ -16,7 +16,6 @@ pipeline {
script {
currentBuild.displayName = env.VERSION
}
sh 'yarn'
sh 'yarn ci ${VERSION}'
}
}
+2 -2
View File
@@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"no test\"",
"ci": "yarn node jenkins.js"
"test": "echo \"no test\"",
"ci": "yarn --frozen-lockfile && node jenkins.js"
},
"repository": {
"type": "git",
+1302 -1754
View File
File diff suppressed because it is too large Load Diff