Skip to content

Commit

Permalink
fix: pnpm install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Oct 31, 2023
1 parent 0f2b36d commit 7ecc388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspack.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function buildRspack(remote, branch) {

console.log("== install deps ==");
await runCommand("pnpm", ["--version"]);
await runCommand("pnpm", ["install"]);
await runCommand("pnpm", ["install", "--no-frozen-lockfile"]);

console.log("== build rspack ==");
await runCommand("npm", ["run", "build:cli:release"]);
Expand Down

0 comments on commit 7ecc388

Please sign in to comment.