switch to yarn 2

This commit is contained in:
Timo Hocker 2020-02-19 09:41:55 +01:00
parent 5af400e95c
commit 725c6037b7
5 changed files with 1822 additions and 1304 deletions

6
.gitignore vendored
View File

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

58
.yarn/releases/yarn-berry.js vendored Normal file

File diff suppressed because one or more lines are too long

4
.yarnrc.yml Normal file
View File

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

View File

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
"test": "echo \"no test\"", "test": "echo \"no test\"",
"ci": "yarn --frozen-lockfile && node jenkins.js" "ci": "yarn --frozen-lockfile && node jenkins.js"
}, },
"repository": { "repository": {

3056
yarn.lock

File diff suppressed because it is too large Load Diff