Fix wrong indentation of buildspec
This commit is contained in:
parent
fbaf449e27
commit
53962d4fbd
@ -7,13 +7,13 @@ phases:
|
|||||||
commands:
|
commands:
|
||||||
- echo Installing dependencies...
|
- echo Installing dependencies...
|
||||||
- npm install
|
- npm install
|
||||||
build:
|
build:
|
||||||
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`
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
|
Loading…
Reference in New Issue
Block a user