switch to yarn 2
This commit is contained in:
parent
5af400e95c
commit
725c6037b7
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
|||||||
/node_modules/
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
||||||
|
.yarn/cache
|
||||||
|
*.log
|
||||||
|
.pnp.*
|
||||||
|
58
.yarn/releases/yarn-berry.js
vendored
Normal file
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
4
.yarnrc.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
yarnPath: "C:\\dev\\scode-eslint-config\\.yarn\\releases\\yarn-berry.js"
|
||||||
|
npmScopes:
|
||||||
|
scode:
|
||||||
|
npmRegistryServer: "https://npm.scode.ovh"
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user