Fix buildspec post_build stage name

This commit is contained in:
Emily Doherty 2021-07-01 17:29:45 -04:00
parent 53962d4fbd
commit 66c6968bb7

View File

@ -11,7 +11,7 @@ phases:
commands:
- echo Starting Build Stage
- npm run build
post-build:
post_build:
commands:
- echo Build completed on `date`