Skip to content

Commit 1e98579

Browse files
committed
Merge branch 'main' of github.com:speakeasy-api/speakeasy-code-samples-ts into feat/react-components
2 parents 69d902b + 6cf2a54 commit 1e98579

File tree

6 files changed

+3356
-2583
lines changed

6 files changed

+3356
-2583
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
force: ${{ github.event.inputs.force }}
2525
mode: pr
2626
set_version: ${{ github.event.inputs.set_version }}
27+
pnpm_version: 9.15.0
2728
secrets:
2829
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2930
npm_token: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
/react-query
2-
/.speakeasy/reports
31
/models
42
/models/errors
53
/types
64
/node_modules
75
/lib
86
/sdk
97
/funcs
8+
/react-query
109
/hooks
1110
/index.*
1211
/core.*
@@ -17,4 +16,4 @@
1716
/.tshy
1817
/.tshy-*
1918
/__tests__
20-
.env
19+
/.speakeasy/reports

.speakeasy/gen.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ generatedFiles:
3434
- .eslintrc.cjs
3535
- .gitattributes
3636
- .npmignore
37+
- CONTRIBUTING.md
3738
- FUNCTIONS.md
3839
- REACT_QUERY.md
3940
- RUNTIMES.md

0 commit comments

Comments
 (0)