Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Also add save_cache
  • Loading branch information
SRandazzo authored Oct 27, 2020
1 parent 5a5dbd2 commit 6df9d69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
- restore_cache:
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
```
As well as the save_cache
```yaml
- save_cache:
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
paths:
- ./node_modules
```
## Usage
Expand Down

0 comments on commit 6df9d69

Please sign in to comment.