Commit 72cda87b authored by Hunter Loftis's avatar Hunter Loftis

updated readme

parent c26ad65c
...@@ -71,7 +71,8 @@ Sometimes it's necessary to be able to build without any cache present. ...@@ -71,7 +71,8 @@ Sometimes it's necessary to be able to build without any cache present.
Caching node_modules between builds can dramatically speed up build times. Caching node_modules between builds can dramatically speed up build times.
However, `npm install` doesn't automatically update already installed modules However, `npm install` doesn't automatically update already installed modules
as long as they fall within acceptable semver ranges. as long as they fall within acceptable semver ranges,
which can lead to outdated modules.
```shell ```shell
heroku config:set BUILD_CLEAN=true heroku config:set BUILD_CLEAN=true
......
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