Skip to content

Commit

Permalink
fix(test): force install npm in e2e-behaviour (#8402)
Browse files Browse the repository at this point in the history
This will fix e2e-behaviour on macos

Related: npm/cli#611 (comment)
  • Loading branch information
iamandrewluca committed Jan 31, 2020
1 parent d2de54b commit 325e599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-behavior.sh
Expand Up @@ -63,7 +63,7 @@ root_path=$PWD

if hash npm 2>/dev/null
then
npm i -g npm@latest
npm i -g --force npm@latest
fi

# Bootstrap monorepo
Expand Down

0 comments on commit 325e599

Please sign in to comment.