Commit 358d90c2 authored by David Dollar's avatar David Dollar

move into BUILD_DIR for dependency resolution

parent 24202a6b
......@@ -43,6 +43,8 @@ function indent() {
function run_npm() {
command="$1"
cd $BUILD_DIR
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js $command 2>&1 | indent
if [ "${PIPESTATUS[*]}" != "0 0" ]; then
......
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