Skip to content

Commit

Permalink
feat: add typescript types to package (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer authored Aug 9, 2024
1 parent 511fd7b commit 98f0e9e
Show file tree
Hide file tree
Showing 6 changed files with 8,139 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
check-latest: true
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down
14 changes: 7 additions & 7 deletions go/plumbing/operations/operations_client.go

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

Loading

0 comments on commit 98f0e9e

Please sign in to comment.