Fix buildspec post_build stage name
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user