Skip to content

Commit

Permalink
resolving comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cristidas committed Apr 5, 2024
1 parent 84c98d7 commit 3bcb040
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-client-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:

- name: Install dependencies with pnpm
run: pnpm i
working-directory: sdk/sdk-client/bundle

- name: Build with pnpm
run: pnpm build

- name: Publish package with pnpm
run: pnpm bundle:npm
working-directory: sdk/sdk-client/bundle
run: pnpm publish:npm
working-directory: sdk/sdk-client
env:
NPM_ACCESS_TOKEN: ${{ inputs.npm_access_token }}
8 changes: 5 additions & 3 deletions .github/workflows/publish-common-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:

- name: Install dependencies with pnpm
run: pnpm i
working-directory: sdk/sdk-common/bundle

- name: Build with pnpm
run: pnpm build

- name: Publish package with pnpm
run: pnpm bundle:npm
working-directory: sdk/sdk-common/bundle
run: pnpm publish:npm
working-directory: sdk/sdk-common
env:
NPM_ACCESS_TOKEN: ${{ inputs.npm_access_token }}
2 changes: 1 addition & 1 deletion sdk/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@oasisdex/summerfi-sdk-client",
"name": "@summerfi/sdk-client",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/sdk-common/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@oasisdex/summerfi-sdk-common",
"name": "@summerfi/sdk-common",
"version": "0.0.1",
"exports": {
"./*": {
Expand Down

0 comments on commit 3bcb040

Please sign in to comment.