revert switch to yarn 2

This commit is contained in:
Timo Hocker 2020-02-19 10:00:25 +01:00
parent 56f81a7a1a
commit 72ea19cef8
6 changed files with 1305 additions and 1824 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
.yarn/unplugged /node_modules/
.yarn/build-state.yml
.yarn/cache
*.log
.pnp.*

File diff suppressed because one or more lines are too long

View File

@ -1,4 +0,0 @@
yarnPath: ".yarn/releases/yarn-berry.js"
npmScopes:
scode:
npmRegistryServer: "https://npm.scode.ovh"

1
Jenkinsfile vendored
View File

@ -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}'
} }
} }

View File

@ -6,7 +6,7 @@
"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",

3056
yarn.lock

File diff suppressed because it is too large Load Diff