From 116635b20dde8d681be72ee3db467839cf04add4 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 13 May 2020 11:27:04 +0100 Subject: [PATCH] minor tweak for systems without node-legacy --- bin/pre-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pre-publish.sh b/bin/pre-publish.sh index 6a80f2516..ee73968d7 100755 --- a/bin/pre-publish.sh +++ b/bin/pre-publish.sh @@ -1,7 +1,7 @@ #!/bin/bash cd `dirname $0`/.. -node bin/sanitycheck.js || exit 1 +nodejs bin/sanitycheck.js || exit 1 echo "Sanity check passed."