Skip to content

Commit

Permalink
chore: add build:docs job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Mar 9, 2022
1 parent fa43889 commit 9ba8ca8
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
# fallback to using the latest cache if no exact match is found.
- v1-dependencies-

- run: yarn install
- run:
name: Build component
command: yarn && yarn build
name: Install
command: yarn install

- run:
name: Build
command: yarn build

- run:
name: Build docs
command: yarn build:docs

- save_cache:
paths:
Expand Down

0 comments on commit 9ba8ca8

Please sign in to comment.