From 2a378d8686c6700e9212dd915c2ddd644b2881ef Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 10 Jul 2026 03:21:16 +0000 Subject: [PATCH] Install yarn and pnpm in a single npm command Assisted-by: Cursor Agent Co-authored-by: Jiawen Geng --- templates/base.pkr.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 2192efb..8cdcbc8 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -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", ] }