Commit cac5455e authored by David Dollar's avatar David Dollar

Merge pull request #5 from chrisleishman/npm_prune

Npm prune
parents 856180d8 0f9f9f53
...@@ -69,6 +69,7 @@ fi ...@@ -69,6 +69,7 @@ fi
# install dependencies with npm # install dependencies with npm
echo "-----> Installing dependencies with npm $NPM_VERSION" echo "-----> Installing dependencies with npm $NPM_VERSION"
cd $BUILD_DIR cd $BUILD_DIR
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js prune 2>&1 | indent
HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js install 2>&1 | indent HOME="$BUILD_DIR" $VENDORED_NODE/bin/node $VENDORED_NPM/cli.js install 2>&1 | indent
if [ "${PIPESTATUS[*]}" != "0 0" ]; then if [ "${PIPESTATUS[*]}" != "0 0" ]; then
echo " ! Failed to install dependencies with npm" echo " ! Failed to install dependencies with npm"
......
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