Skip to content

Commit

Permalink
Merge pull request #11 from splunk/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Ryan Faircloth authored Sep 17, 2020
2 parents f0c567c + e33f43e commit 49daed0
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 @@ -78,7 +78,7 @@ jobs:
name: Install Tools
command: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
mkdir ~/.npm-global
mkdir ~/.npm-global || true
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
npm install -g bower
Expand Down

0 comments on commit 49daed0

Please sign in to comment.