Commit bc725a13 authored by Hunter Loftis's avatar Hunter Loftis

remove false log

parent 0b761f14
...@@ -145,7 +145,6 @@ else ...@@ -145,7 +145,6 @@ else
info "Installing node modules" info "Installing node modules"
touch $build_dir/.npmrc touch $build_dir/.npmrc
npm install --quiet --userconfig $build_dir/.npmrc 2>&1 npm install --quiet --userconfig $build_dir/.npmrc 2>&1
info "Deduping dependency tree"
fi fi
####### Create a Procfile if possible ####### Create a Procfile if possible
......
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