mirror of
https://github.com/ringtools/ringtools-web-v2.git
synced 2025-03-11 01:29:05 +01:00
Upgrade to Yarn 3
This commit is contained in:
parent
559aad4f81
commit
b53f7a8847
6 changed files with 13319 additions and 9072 deletions
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
|
786
.yarn/releases/yarn-3.2.1.cjs
vendored
Executable file
786
.yarn/releases/yarn-3.2.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
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…
Add table
Reference in a new issue