Commit 7080399c authored by zeke's avatar zeke

be more clear about the effect of `npm prune`

parent 6278ef01
...@@ -68,7 +68,7 @@ fi ...@@ -68,7 +68,7 @@ fi
status "Installing dependencies" status "Installing dependencies"
npm install --production 2>&1 | indent npm install --production 2>&1 | indent
status "Pruning unused dependencies" status "Pruning dependencies not specified in package.json"
npm prune 2>&1 | indent npm prune 2>&1 | indent
status "Caching node_modules directory for future builds" status "Caching node_modules directory for future builds"
......
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