Skip to content

Commit

Permalink
fix(deploy): Peacock plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
atampy25 committed Aug 27, 2023
1 parent 2d478b1 commit 7e3bbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ export default async function deploy(
sentryScriptsTransaction.finish()
}

lastServerSideStates.peacockPlugins ??= []
lastServerSideStates.peacockPlugins.push(...instruction.manifestSources.peacockPlugins)

await logger.verbose("Content")
Expand Down

0 comments on commit 7e3bbe3

Please sign in to comment.