Skip to content

Commit

Permalink
Fix binary check in npm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Mar 26, 2020
1 parent e0b6178 commit 9f899a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ then
esy_build
fi

bin/$OS/bisect-ppx-report --version > /dev/null
bin/$OS/bisect-ppx-report --help plain > /dev/null
RESULT=$?
if [ "$RESULT" != 0 ]
then
Expand Down

0 comments on commit 9f899a6

Please sign in to comment.