mirror of
https://github.com/ringtools/ringtools-server-ts.git
synced 2024-05-16 05:44:40 +02:00
Migrate to yarn 3
This commit is contained in:
parent
39a91186e1
commit
290e89b4c3
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
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
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user