Skip to content

Commit

Permalink
Merge pull request #1047 from maizzle/afterbuild-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin authored Aug 3, 2023
2 parents 157f652 + 52c1246 commit b4c1845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/output/to-disk.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module.exports = async (env, spinner, config) => {
}

if (config.events && typeof config.events.afterBuild === 'function') {
await config.events.afterBuild(files)
await config.events.afterBuild(files, config)
}

return {
Expand Down

0 comments on commit b4c1845

Please sign in to comment.