diff --git a/utils/build.sh b/utils/build.sh index e8ddfa5..d0c2159 100644 --- a/utils/build.sh +++ b/utils/build.sh @@ -3,7 +3,7 @@ set -e -u echo "building binaries for publishing"; -node-pre-gyp configure; -node-pre-gyp build; -node-pre-gyp package testpackage; -node-pre-gyp publish; \ No newline at end of file +npx node-pre-gyp configure; +npx node-pre-gyp build; +npx node-pre-gyp package testpackage; +npx node-pre-gyp publish; \ No newline at end of file