use computed npm

This commit is contained in:
Fabian Jakobs 2016-02-08 14:08:08 +00:00
parent 174b81e7ec
commit bb7368c27a

View File

@ -18,7 +18,7 @@ _b9_npm() {
"
else
pushd $WORKDIR &> /dev/null
npm "$@"
$NPM "$@"
popd &> /dev/null
fi
}