fix: recover script

This commit is contained in:
cptbtptpbcptdtptp
2025-09-18 16:18:04 +08:00
parent 081508239d
commit 3b0b313736

View File

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