From e86d8898153421d992c38372ea856d0da1ba940d Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 1 Mar 2023 14:10:30 +0100 Subject: [PATCH] Revert "add jpgs to build artifacts" This reverts commit 7e6637508bcf5de0f6434cd0e484c9d993594ba3. --- code/close-account/buildspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/close-account/buildspec.yaml b/code/close-account/buildspec.yaml index 9ba6668..86a0450 100644 --- a/code/close-account/buildspec.yaml +++ b/code/close-account/buildspec.yaml @@ -8,7 +8,4 @@ phases: - npm i build: commands: - - node index.js -artifacts: - files: - - "*.jpg" + - node index.js \ No newline at end of file