From 6df9d69f81edf549c5e54c72b09e18342d6174f9 Mon Sep 17 00:00:00 2001 From: Salvatore Randazzo Date: Tue, 27 Oct 2020 15:29:38 -0400 Subject: [PATCH] Update README.md Also add save_cache --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b0692038..493a654f 100644 --- a/README.md +++ b/README.md @@ -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