Skip to content

Commit

Permalink
ci: fix npm publish command (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner authored Feb 13, 2024
1 parent 67279ee commit adaa066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Publish
command: |
npm config set //registry.npmjs.org/:_auth "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
npm run publish
npm publish
workflows:
PR checks:
Expand Down

0 comments on commit adaa066

Please sign in to comment.