Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
remotemerge committed Jan 4, 2025
1 parent 2e6d76d commit 5620744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm install

- name: Build project
run: npm run package
run: npm run build

- name: Publish the package to npm
run: npm publish ./dist --access public
Expand Down

0 comments on commit 5620744

Please sign in to comment.