Skip to content

Commit

Permalink
chore(circleci): fixed for npm global install
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jan 3, 2019
1 parent 84cd0ef commit 0e74617
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 @@ -43,7 +43,7 @@ jobs:
- checkout
- run:
name: Install npx
command: npm i -g npx
command: sudo npm i -g npx
- yarninstall
- run:
name: Run Tests
Expand Down

0 comments on commit 0e74617

Please sign in to comment.