From 53962d4fbd936097550e926917b0dd8fe39a5934 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Thu, 1 Jul 2021 17:26:26 -0400 Subject: [PATCH] Fix wrong indentation of buildspec --- buildspec.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 12fc423..153ff6f 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -7,13 +7,13 @@ phases: commands: - echo Installing dependencies... - npm install - build: - commands: + build: + commands: - echo Starting Build Stage - npm run build - post-build: - commands: - - echo Build completed on `date` + post-build: + commands: + - echo Build completed on `date` artifacts: files: