Skip to content

Commit f48c7b0

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.669.2
1 parent 74cd827 commit f48c7b0

File tree

161 files changed

+4089
-3165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+4089
-3165
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/instal
77
rmdir samples || true
88
mkdir samples
99

10-
npm install
11-
npm install -g ts-node
10+
npm install --ignore-scripts
11+
npm install -g ts-node --ignore-scripts
1212
npm link
1313
npm link iris-sdk
1414
TS_CONFIG_CONTENT=$(cat <<EOL

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/examples/node_modules
2+
.env
3+
.env.local
4+
.env.*.local
15
/mcp-server
26
/bin
37
/.eslintcache

0 commit comments

Comments
 (0)