Skip to content

Commit

Permalink
fix: fixed script in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan committed Jun 11, 2024
1 parent 8b0890e commit fae0c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install and Build 🔧
run: |
npm install
npm build
npm run build
- name: Publish
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit fae0c4a

Please sign in to comment.