Skip to content

Commit

Permalink
Merge pull request #5 from nrgribeiro/release/0.0.2
Browse files Browse the repository at this point in the history
ci: fix build command
  • Loading branch information
nrgribeiro authored Jan 11, 2025
2 parents bf97699 + b21d01f commit cacb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 22
- run: npm ci
- run: npm build
- run: npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cacb4ee

Please sign in to comment.