Skip to content

Commit 98f0e9e

Browse files
authored
feat: add typescript types to package (#546)
1 parent 511fd7b commit 98f0e9e

File tree

6 files changed

+8139
-46
lines changed

6 files changed

+8139
-46
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
check-latest: true
2727
registry-url: 'https://registry.npmjs.org'
2828
if: ${{ steps.release.outputs.release_created }}
29+
- run: npm ci
30+
if: ${{ steps.release.outputs.release_created }}
2931
- run: npm publish
3032
if: ${{ steps.release.outputs.release_created }}
3133
env:

go/plumbing/operations/operations_client.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)