Skip to content

Commit

Permalink
fix: build scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
udayvunnam committed Sep 26, 2019
1 parent 4975403 commit 8923e2e
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 @@ -82,7 +82,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run:
name: publish library
command: sudo npm run publish:lib
command: npm run publish:lib

deploy:
<<: *job_defaults
Expand Down

0 comments on commit 8923e2e

Please sign in to comment.