Remove extraneous dash from buildspec

This commit is contained in:
Emily Doherty 2021-07-01 17:19:20 -04:00
parent 608caa0bb1
commit fbaf449e27

View File

@ -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/**/*'