Skip to content

Commit

Permalink
fix: correct deps for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jun 24, 2019
1 parent 1e867ee commit 0c59de1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
<<: *job_defaults
steps:
- attach_workspace: *attach_options
- run: yarn run build:docs
- run: yarn run build:mosaic-examples
- run: yarn run docs:prod-build
- persist_to_workspace:
root: dist
Expand Down Expand Up @@ -167,9 +169,12 @@ workflows:
- build_mosaic:
requires:
- install

- build_mosaic_docs:
requires:
- install
- build_cdk
- build_mosaic
- build_mosaic-moment-adapter
# 3 Group
- test_unit:
requires:
Expand Down

0 comments on commit 0c59de1

Please sign in to comment.