Skip to content

Commit

Permalink
fix: missing dist directory in api client sdk package (#26) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjie-w committed Dec 25, 2024
1 parent 0362058 commit 3da6951
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install OpenAPI Generator CLI
run: npm install -g @openapitools/openapi-generator-cli@2.15.3
run: npm install -g @openapitools/openapi-generator-cli@2.7.0

- name: Build Runtime Package
run: |
Expand Down Expand Up @@ -98,9 +98,12 @@ jobs:
echo "📂 Final project structure after cleanup:"
ls -R

- name: Display package info
- name: SDK Package Preview
working-directory: ./packages/api-client-sdk
run: |
echo "📂 Generated directory structure:"
tree -a || ls -la
echo "📦 Generated package.json:"
cat package.json | jq .
Expand Down

0 comments on commit 3da6951

Please sign in to comment.