Skip to content

Commit

Permalink
feat(stacks.web): add construct.awscdk.cloudfront-url-rewrite as wo…
Browse files Browse the repository at this point in the history
…rkspace dep

Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Jul 3, 2024
1 parent 540449d commit 74c47d6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const webStack = AwsCdkTsAppBuilder.add(
).build({
name: 'stacks.web',
integrationTestAutoDiscover: true,
workspaceDeps: [config, ghPipelineConstruct],
workspaceDeps: [config, ghPipelineConstruct, cloudfrontUrlRewriteConstruct],
deps: ['cdk-pipelines-github', '@aws/pdk'],
jest: false,
prettier: true,
Expand Down
5 changes: 5 additions & 0 deletions packages/stacks/web/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/stacks/web/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/stacks/web/tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 15 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74c47d6

Please sign in to comment.