Skip to content

Commit

Permalink
fix build in ts/pulumi/...
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez authored and zemnm-me-actions-admin-user-zemnmez committed Oct 24, 2023
1 parent 81d1615 commit 67826bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"pnpm": "npm run -- bazel run -- @pnpm//:pnpm --dir $PWD"
},
"dependencies": {
"@aws-sdk/region-config-resolver": "^3.433.0",
"@commander-js/extra-typings": "^11.0.0",
"@pulumi/command": "4.5.0",
"@pulumi/github": "^5.17.0",
Expand Down
10 changes: 3 additions & 7 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion ts/pulumi/bazel_rce/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class BazelRemoteCache extends Pulumi.ComponentResource {
`${name}_image`,
{
repositoryUrl: repo.url,
path: deployContextDir,
context: deployContextDir,
},
{ parent: this }
);
Expand Down

0 comments on commit 67826bf

Please sign in to comment.