Skip to content

Commit b878736

Browse files
committed
🐛 修复 MV2 打包脚本构建命令 #1423
1 parent 8da4d45 commit b878736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/pack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if (process.env.GITHUB_REF_TYPE === "branch") {
5757
fs.writeFileSync("./src/app/const.ts", configSystem);
5858
}
5959

60-
execSync("npm run build", { stdio: "inherit" });
60+
execSync("pnpm run build", { stdio: "inherit" });
6161

6262
if (version.prerelease.length || process.env.GITHUB_REF_TYPE === "branch") {
6363
// beta时红猫logo

0 commit comments

Comments
 (0)