Skip to content

Commit

Permalink
preferLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 14, 2025
1 parent 7681d9a commit d1de3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-package-manager.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ async function main() {
if (!reuseTars) {
await deletePriorBuildArtifacts();
await deleteTars();
await $`pnpm prepare`;
await $({ preferLocal: true, shell: true })`pnpm prepare`;
await buildAll(tag);
}

Expand Down

0 comments on commit d1de3f5

Please sign in to comment.