Skip to content

Commit

Permalink
Attempt at fixing directory weirdness with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jul 9, 2024
1 parent 4dd8199 commit 6e30f52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

- name: Install project dependencies
working-directory: ./sdks/ts/openapi_sdk_typescript
run: npm i
run: (cd ./sdks/ts/openapi_sdk_typescript && npm i)

- name: Publish to GitHub Packages NPM
working-directory: ./sdks/ts/openapi_sdk_typescript
Expand Down

0 comments on commit 6e30f52

Please sign in to comment.