Skip to content

Commit

Permalink
chore: fix npm build command (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves authored Jan 9, 2025
1 parent d9f16b8 commit 7210b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm install

- name: Build
run: npm build
run: npm run build

- name: Publish to NPM
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 7210b80

Please sign in to comment.