@ -69,6 +69,10 @@ jobs:
- run: yarn doc:build
- store_artifacts:
path: /tmp/artifact
destination: artifact-file
workflows:
version: 2
build_test:
@ -85,4 +89,7 @@ workflows:
- build
- documentation:
requires:
- test
- lint
- e2etest