Commit 68e00a84 authored by Hunter Loftis's avatar Hunter Loftis

only match vars starting with NPM_CONFIG_

parent d868d07c
......@@ -80,7 +80,7 @@ info "node_modules cached: $modules_cached"
echo ""
printenv | grep NPM_CONFIG | indent
printenv | grep ^NPM_CONFIG_ | indent
info "DISABLE_BUILD_CACHE=$DISABLE_BUILD_CACHE"
source $bp_dir/bin/warnings.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment