Skip to content

Commit

Permalink
Merge pull request #20319 from storybookjs/pretty-docs
Browse files Browse the repository at this point in the history
Build: Fix pretty-docs CI job
  • Loading branch information
shilman authored Dec 18, 2022
2 parents 552c02f + bce55c6 commit 214ca75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
- restore_cache:
name: Restore Yarn cache
keys:
- build-yarn-2-cache-v4--{{ checksum "code/yarn.lock" }}--{{ checksum "scripts/yarn.lock" }}
- run:
name: Prettier
command: |
Expand Down

0 comments on commit 214ca75

Please sign in to comment.