Merge pull request #20319 from storybookjs/pretty-docs

Build: Fix pretty-docs CI job
This commit is contained in:
Michael Shilman 2022-12-18 08:06:50 +08:00 committed by GitHub
commit 214ca75ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |