Skip to content

Commit

Permalink
fix(test): force install npm in e2e-behaviour (facebook#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 authored and wombleton committed Jun 1, 2021
1 parent 47a387d commit 94b343d
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 94b343d

Please sign in to comment.