feat: update code

This commit is contained in:
cptbtptpbcptdtptp
2025-09-17 17:40:10 +08:00
parent 40ee4971cd
commit 20f0f9c0ab

View File

@@ -106,7 +106,7 @@ if (useNpmArg) {
// Install packages
try {
execSync("npm install", { stdio: "inherit", cwd: tempDir });
execSync("pnpm install", { stdio: "inherit", cwd: tempDir });
} catch (error) {
console.error("Failed to install second-party packages:", error);
process.exit(1);