Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-greene-ck committed Apr 11, 2019
1 parent 37353f3 commit 36d9ff4
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 @@ -34,7 +34,7 @@ jobs:
command: npm install
- run:
name: Publish to NPM
command: npm run release:publish
command: npm publish --access public

workflows:
version: 2
Expand Down

0 comments on commit 36d9ff4

Please sign in to comment.