mirror of
https://github.com/ringtools/ringtools-web-v2.git
synced 2024-11-18 23:30:01 +01:00
Upgrade to Yarn 3
This commit is contained in:
parent
559aad4f81
commit
b53f7a8847
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/.yarn/releases/** binary
|
||||
/.yarn/plugins/** binary
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -47,4 +47,12 @@ cypress/results/*
|
||||
cypress/reports/*
|
||||
cypress/screenshots/*
|
||||
cypress/videos/*
|
||||
.env
|
||||
.env
|
||||
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
BIN
.yarn/releases/yarn-3.2.1.cjs
vendored
Executable file
BIN
.yarn/releases/yarn-3.2.1.cjs
vendored
Executable file
Binary file not shown.
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
@ -0,0 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
@ -90,5 +90,6 @@
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "~4.6.3",
|
||||
"yargs": "^17.4.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user