Skip to content

Commit

Permalink
Fix ts main and add generate python
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed Jun 5, 2024
1 parent 8863a79 commit e089c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate_sdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ runs:
- name: Generate SDKs
run: |
# Generate the SDKs
make generate_go_client_sdk generate_ts_client_sdk
make generate_sdks
shell: bash
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sdk",
"category/cloud"
],
"main": "esc/src",
"main": "esc/index.js",
"repository": {
"type": "git",
"url": "https://github.com/pulumi/esc-sdk.git",
Expand Down

0 comments on commit e089c01

Please sign in to comment.