Fix wrong indentation of buildspec

This commit is contained in:
Emily Doherty 2021-07-01 17:26:26 -04:00
parent fbaf449e27
commit 53962d4fbd

View File

@ -7,13 +7,13 @@ phases:
commands: commands:
- echo Installing dependencies... - echo Installing dependencies...
- npm install - npm install
build: build:
commands: commands:
- echo Starting Build Stage - echo Starting Build Stage
- npm run build - npm run build
post-build: post-build:
commands: commands:
- echo Build completed on `date` - echo Build completed on `date`
artifacts: artifacts:
files: files: