Remove extraneous dash from buildspec
This commit is contained in:
parent
608caa0bb1
commit
fbaf449e27
@ -14,9 +14,11 @@ phases:
|
|||||||
post-build:
|
post-build:
|
||||||
commands:
|
commands:
|
||||||
- echo Build completed on `date`
|
- echo Build completed on `date`
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
files:
|
||||||
- 'dist/**/*''
|
- 'dist/**/*'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- '/root/.npm/**/*'
|
- '/root/.npm/**/*'
|
||||||
|
Loading…
Reference in New Issue
Block a user