From bb7368c27af15bb03b24ed08eec79c368105f444 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 8 Feb 2016 14:08:08 +0000 Subject: [PATCH] use computed npm --- b9/lib/_npm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b9/lib/_npm.sh b/b9/lib/_npm.sh index f4c31182..7cdef76d 100644 --- a/b9/lib/_npm.sh +++ b/b9/lib/_npm.sh @@ -18,7 +18,7 @@ _b9_npm() { " else pushd $WORKDIR &> /dev/null - npm "$@" + $NPM "$@" popd &> /dev/null fi }