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