Proper upgrade to yarn
This commit is contained in:
parent
9652183eff
commit
3140a3f9a2
3 changed files with 797 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -8,7 +8,15 @@
|
|||
# Node.js
|
||||
node_modules
|
||||
report.*.json
|
||||
.yarn
|
||||
|
||||
# Yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
packages/*/.yarn/*
|
||||
|
||||
# Cypress
|
||||
cypress/screenshots
|
||||
|
|
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
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
httpTimeout: 600000
|
||||
nodeLinker: node-modules
|
Loading…
Reference in a new issue