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:
parent
859e05c6f7
commit
2a378d8686
|
|
@ -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",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue