Storing build and coverage report

This commit is contained in:
Jeff Avallone 2018-02-11 13:12:23 -05:00
parent ca41d2015a
commit d4d764f81e

View File

@ -27,10 +27,16 @@ jobs:
name: Run tests
command: yarn test
- store_artifacts:
path: coverage
- run:
name: Build site
command: yarn build
- store_artifacts:
path: build
- run:
name: Deploy to S3
command: |