upgrade to yarn3

pull/1364/head
Mikael Finstad 4 years ago
parent 45cd9bea15
commit a9341e801b
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

9
.gitignore vendored

@ -6,3 +6,12 @@ icon-build
build-resources
doc
/ffmpeg
/app.log
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.3.0.cjs
nodeLinker: node-modules

@ -435,5 +435,6 @@
"removable-media"
]
}
}
},
"packageManager": "yarn@3.3.0"
}

29824
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save