Migrate to yarn 3

This commit is contained in:
Djuri Baars 2022-05-17 11:12:42 +02:00
parent 39a91186e1
commit 290e89b4c3
5 changed files with 8423 additions and 5242 deletions

10
.gitignore vendored
View File

@ -243,4 +243,12 @@ public/*
docker-compose.override.yml docker-compose.override.yml
*.macaroon *.macaroon
*.cert *.cert
*.key *.key
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

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
View File

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

View File

@ -52,5 +52,6 @@
"build:ts": "tsc", "build:ts": "tsc",
"lint": "eslint . --ext .ts", "lint": "eslint . --ext .ts",
"test": "jest" "test": "jest"
} },
"packageManager": "yarn@3.2.1"
} }

12863
yarn.lock

File diff suppressed because it is too large Load Diff