Skip to content

Commit

Permalink
Attempt to fix npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet authored Jul 12, 2024
1 parent 6e30f52 commit d4231f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

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

- name: Publish to GitHub Packages NPM
working-directory: ./sdks/ts/openapi_sdk_typescript
run: npm publish --scope=wiremock-inc --registry=https://npm.pkg.github.com



0 comments on commit d4231f2

Please sign in to comment.