1
0

Change package from yarn to pnpm

- Fuck yarn, not working on macos aarch64

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-08 13:28:37 +08:00
parent b7be215f14
commit 879e43ce72
5 changed files with 4184 additions and 5305 deletions

View File

@@ -1 +0,0 @@
nodeLinker: node - modules;

View File

@@ -11,13 +11,14 @@
7. **Commit message written in english** _[MUST]_
8. **Split commits for large or multi-part changes** _[OPTION]_
9. **Use OpenPGP/SSH for commit signing** _[OPTION]_
0. **Have fun contributing :)** _[VERY NECESSARY]_
10. **Have fun contributing :)** _[VERY NECESSARY]_
## Toolchain
- Zed Editor
- Node 22
- Yarn v2
- Pnpm 10.24
- Corepack
- Cloudflare
## Commands

View File

@@ -16,5 +16,5 @@
"sharp": "^0.34.2",
"starlight-theme-galaxy": "^0.5.2"
},
"packageManager": "yarn@4.12.0"
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}

4180
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

5301
yarn.lock

File diff suppressed because it is too large Load Diff