Commit 54730a4e authored by zeke's avatar zeke

try indenting npm output

parent 37320acd
......@@ -26,7 +26,7 @@ PATH=$PATH:$BUILD_DIR/node/bin
status "Installing dependencies with npm"
cd $BUILD_DIR
npm install --production
npm install --production | indent
echo "Dependencies installed" | indent
status "Building runtime environment"
......
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