chore: specify package manager for corepack
This commit is contained in:
parent
8a74060afc
commit
c00297adfc
3 changed files with 6 additions and 3 deletions
|
@ -25,5 +25,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.5.5"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.17"
|
||||
}
|
||||
|
|
|
@ -29,5 +29,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.4.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.17"
|
||||
}
|
||||
|
|
|
@ -27,5 +27,6 @@
|
|||
"revolt-api": "^0.5.3-rc.8",
|
||||
"smart-replace": "^1.0.2",
|
||||
"ulid": "^2.3.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@1.22.17"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue