Skip to content

Commit

Permalink
update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-amblard committed Jul 30, 2020
1 parent 5d843c9 commit 92e43df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- *print_informations
- run:
name: Publish package
command: npm publish --tag canary
command: npm publish --access public --tag canary
- *persist

publish:
Expand All @@ -113,7 +113,7 @@ jobs:
- *print_informations
- run:
name: Publish package
command: npm publish
command: npm publish --access public
- *persist


Expand Down

0 comments on commit 92e43df

Please sign in to comment.