Fix buildspec post_build stage name
This commit is contained in:
parent
53962d4fbd
commit
66c6968bb7
@ -11,7 +11,7 @@ phases:
|
|||||||
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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user