switch to yarn 2

This commit is contained in:
2020-02-19 09:41:55 +01:00
parent 5af400e95c
commit 725c6037b7
5 changed files with 1822 additions and 1304 deletions
+5 -1
View File
@@ -1 +1,5 @@
/node_modules/ .yarn/unplugged
.yarn/build-state.yml
.yarn/cache
*.log
.pnp.*
+58
View File
File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
yarnPath: "C:\\dev\\scode-eslint-config\\.yarn\\releases\\yarn-berry.js"
npmScopes:
scode:
npmRegistryServer: "https://npm.scode.ovh"
+1 -1
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": {
+1754 -1302
View File
File diff suppressed because it is too large Load Diff