Skip to content

Commit

Permalink
feat: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Feb 18, 2024
1 parent f4b335c commit c4b69fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/graphql-mesh-server/lib/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ export class CodePipelineService extends Construct {
new PolicyStatement({
actions: ["cloudfront:CreateInvalidation"],
resources: [
`arn:aws:cloudfront::${Stack.of(this).account}:distribution/${props.cloudFrontDistributionId}`,
`arn:aws:cloudfront::${Stack.of(this).account}:distribution/${
props.cloudFrontDistributionId
}`,
],
effect: Effect.ALLOW,
})
Expand Down

0 comments on commit c4b69fa

Please sign in to comment.