tangled
alpha
login
or
join now
mokkenstorm.dev
/
openapi-ts
0
fork
atom
fork of hey-api/openapi-ts because I need some additional things
0
fork
atom
overview
issues
pulls
pipelines
chore: generate examples
Lubos
4 months ago
edbc1cc3
63365e65
+4
-13
4 changed files
expand all
collapse all
unified
split
.changeset
slick-dancers-think.md
.github
workflows
ci.yml
package.json
scripts
example.sh
-5
.changeset/slick-dancers-think.md
···
1
1
-
---
2
2
-
'@hey-api/openapi-ts': patch
3
3
-
---
4
4
-
5
5
-
fix(client-axios): revert return error when axios request fails
+4
-4
.github/workflows/ci.yml
···
37
37
- name: Build packages
38
38
run: pnpm build --filter="@hey-api/**"
39
39
40
40
-
- name: Check examples generated code
41
41
-
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
42
42
-
run: pnpm examples:check
43
43
-
44
40
- name: Build examples
45
41
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
46
42
run: pnpm build --filter="@example/**"
43
43
+
44
44
+
- name: Check examples generated code
45
45
+
if: matrix.node-version == '24.10.0' && matrix.os == 'ubuntu-latest'
46
46
+
run: pnpm examples:check
47
47
48
48
- name: Run linter
49
49
run: pnpm lint
-1
package.json
···
22
22
"scripts": {
23
23
"build": "turbo run build --filter=\"!@example/openapi-ts-sample\"",
24
24
"changeset": "changeset",
25
25
-
"example": "sh ./scripts/example.sh",
26
25
"examples:check": "sh ./scripts/examples-check.sh",
27
26
"examples:generate": "sh ./scripts/examples-generate.sh",
28
27
"format": "prettier --write .",
-3
scripts/example.sh
···
1
1
-
#!/usr/bin/env bash
2
2
-
3
3
-
pnpm --filter @example/openapi-ts-$1 -- $2