Skip to content

Commit

Permalink
Allow specific builder config to override the common config for pinne…
Browse files Browse the repository at this point in the history
…d deps
  • Loading branch information
mairatma committed Jan 31, 2024
1 parent 8349f99 commit 0fb767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/pinnedDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const fixPinnedDependencies = async (
}

const pinnedDepsForBuilder = {
...pinnedDeps.builders[builder]?.[builderMajorLocator],
...pinnedDeps.common,
...pinnedDeps.builders[builder]?.[builderMajorLocator],
}

return fixBuilderFolderPinnedDeps(appRoot, builder, pinnedDepsForBuilder)
Expand Down

0 comments on commit 0fb767a

Please sign in to comment.