We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da4d45 commit b878736Copy full SHA for b878736
1 file changed
build/pack.js
@@ -57,7 +57,7 @@ if (process.env.GITHUB_REF_TYPE === "branch") {
57
fs.writeFileSync("./src/app/const.ts", configSystem);
58
}
59
60
-execSync("npm run build", { stdio: "inherit" });
+execSync("pnpm run build", { stdio: "inherit" });
61
62
if (version.prerelease.length || process.env.GITHUB_REF_TYPE === "branch") {
63
// beta时红猫logo
0 commit comments