Install yarn and pnpm in a single npm command

Assisted-by: Cursor Agent

Co-authored-by: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
Cursor Agent 2026-07-10 03:21:16 +00:00
parent 859e05c6f7
commit 2a378d8686
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -121,9 +121,8 @@ build {
"echo 'export PATH=\"/opt/homebrew/opt/node@24/bin:$PATH\"' >> ~/.zprofile",
"source ~/.zprofile",
"node --version",
"npm install --global yarn",
"npm install --global yarn pnpm",
"yarn --version",
"npm install --global pnpm",
"pnpm --version",
]
}