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:
- 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: