Skip to content

Commit 3f1c8af

Browse files
author
Mint de Wit
committed
chore: wip
1 parent ef6569e commit 3f1c8af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,10 +684,9 @@ jobs:
684684
persist-credentials: false
685685

686686
- name: Generate code
687-
working-directory: ./packages/openapi
688687
uses: hatamiarash7/[email protected]
689688
with:
690689
generator: typescript-fetch
691-
openapi-file: ./api/actions.yaml
692-
output-dir: client/ts
690+
openapi-file: ./packages/openapi/api/actions.yaml
691+
output-dir: ./packages/openapi/client/ts
693692
command-args: supportsES6=true

0 commit comments

Comments
 (0)