Skip to content

Commit

Permalink
fix(package): pass user-defined afterComplete hooks to packager (#3123
Browse files Browse the repository at this point in the history
)
  • Loading branch information
erikian committed Jun 15, 2023
1 parent 6bec6ba commit b8509d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/core/src/api/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export const listrPackage = ({
signalPackageDone.get(getTargetKey({ platform: pPlatform, arch: pArch }))?.pop()?.();
done();
},
...resolveHooks(forgeConfig.packagerConfig.afterComplete, ctx.dir),
];

const afterPruneHooks = [];
Expand Down

0 comments on commit b8509d2

Please sign in to comment.