From fbaf449e27b65e5ad59bab15942eddeca771fd32 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Thu, 1 Jul 2021 17:19:20 -0400 Subject: [PATCH] Remove extraneous dash from buildspec --- buildspec.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 9b1f8c1..12fc423 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -14,9 +14,11 @@ phases: post-build: commands: - echo Build completed on `date` + artifacts: files: - - 'dist/**/*'' + - 'dist/**/*' + cache: paths: - '/root/.npm/**/*'