Skip to content

Commit 6df9d69

Browse files
authored
Update README.md
Also add save_cache
1 parent 5a5dbd2 commit 6df9d69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ For `patch-package` to work on Heroku applications, you must specify [`NPM_CONFI
8888
- restore_cache:
8989
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
9090
```
91+
92+
As well as the save_cache
93+
```yaml
94+
- save_cache:
95+
key: app-node_modules-v1-{{ checksum "yarn.lock" }}-{{ checksum "patches.hash" }}
96+
paths:
97+
- ./node_modules
98+
```
9199
92100
## Usage
93101

0 commit comments

Comments
 (0)