Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jun 29, 2024
1 parent 27c481c commit d85fdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function rescopeOfficialPrebuildsFromPackage({ buildMetadata, resco
await pack({
srcBaseDir: meta.moduleBaseDir,
destBaseDir: meta.rescopedModuleBaseDir,
packageJSONData: newJSONPkg,
packageJSONData: newJSONPkg.modulePkg,
modulesToPublish: toPublish,
relocatePrebuilds: false,
});
Expand Down

0 comments on commit d85fdc2

Please sign in to comment.