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:
commands:
- echo Build completed on `date`
artifacts:
files:
- 'dist/**/*''
- 'dist/**/*'
cache:
paths:
- '/root/.npm/**/*'