Skip to content

Commit

Permalink
fix: config merge fix
Browse files Browse the repository at this point in the history
- Package gets created in target folder instead of custom path provided

Closes amclin#486
  • Loading branch information
Mahidhar Chaluvadi committed Sep 22, 2023
1 parent fcac6b9 commit e31e2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aem-packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defaults.options.jcrPath = undefined // Set here so it exists when we loop later
const configs = {}
_.defaultsDeep(
configs,
getConfigsFromPackage,
getConfigsFromPackage(),
{
defines: getProjectConfigs()
},
Expand Down

0 comments on commit e31e2a1

Please sign in to comment.