@ -59,6 +59,16 @@ jobs:
- run: yarn test:e2e
documentation:
docker: *shared_docker
steps:
- checkout # check out the code in the project director
- restore_cache :
keys :
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn doc:build
workflows:
version: 2
build_test:
@ -72,4 +82,7 @@ workflows:
- build
- e2etest:
requires:
- documentation: