Skip to content

Commit

Permalink
fix: update build command to specify package directory for Oraidex Co…
Browse files Browse the repository at this point in the history
…mmon
  • Loading branch information
trungbach committed Dec 4, 2024
1 parent f6648bb commit 94029b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package_common_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn
- name: Build
run: yarn build
run: yarn --cwd packages/oraidex-common build
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish Oraidex Common
Expand Down

0 comments on commit 94029b9

Please sign in to comment.