Skip to content

Commit

Permalink
fix script (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ller0 authored Jul 23, 2023
1 parent af59305 commit c6026e1
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 @@ -106,7 +106,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publishing package
command: npm run publish --access=public
command: npm publish --access=public

workflows:
version: 2
Expand Down

0 comments on commit c6026e1

Please sign in to comment.