From 84873dc52362cdf05ec5fcaafa77f1e5f36a1503 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 27 Jul 2023 09:50:22 -0700 Subject: [PATCH] Caches target directory --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 21b6e70e..77e6f2c6 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -53,4 +53,4 @@ cache: paths: - '/root/.m2/**/*' - '/root/.npm/**/*' - - 'build/**/*' + - 'target/**/*'