Skip to content

Commit

Permalink
Merge pull request clarkie#6 from awikkerink/patch-2
Browse files Browse the repository at this point in the history
Remove sudo from npm install -g publish
  • Loading branch information
MichaelKovalchuk committed Aug 12, 2019
2 parents 3cfff3b + ae2d505 commit b696ae7
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 @@ -50,7 +50,7 @@ jobs:
- run:
command: |
docker login --username=$DOCKER_USER --password=$DOCKER_PASS d2lartifacts-docker-dockerv2-local.artifactoryonline.com
sudo npm install -g publish
npm install -g publish
publish
workflows:
Expand Down

0 comments on commit b696ae7

Please sign in to comment.