Fix buildspec post_build stage name
This commit is contained in:
parent
53962d4fbd
commit
66c6968bb7
@ -11,7 +11,7 @@ phases:
|
||||
commands:
|
||||
- echo Starting Build Stage
|
||||
- npm run build
|
||||
post-build:
|
||||
post_build:
|
||||
commands:
|
||||
- echo Build completed on `date`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user