From b9cc82e37d338358731a56fefadf528081a91f6f Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 28 Aug 2023 20:09:48 +0200 Subject: [PATCH] Show how to persist cache between builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd1f087..854e0e7b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - Much smaller .jar size. 70.2 MB -> 7.8 MB. Keycloakify now detects which of the static resources from the default theme are actually used by your theme and only include those in the .jar. -- Build time: The first build is slowed but the subsequent build are faster. Update your CI so that nodes_modules/.cache is not deleted between builds. +- Build time: The first build is slowed but the subsequent build are faster. [Update your CI so that the cache is persisted across CI build](https://github.com/keycloakify/keycloakify-starter/commit/bc378d5afb67e796f520afbc348185f3e319d9d0). ### Breaking changes