mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Merge pull request #20319 from storybookjs/pretty-docs
Build: Fix pretty-docs CI job
This commit is contained in:
commit
214ca75ac5
@ -88,6 +88,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- git-shallow-clone/checkout_advanced:
|
- git-shallow-clone/checkout_advanced:
|
||||||
clone_options: '--depth 1 --verbose'
|
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:
|
- run:
|
||||||
name: Prettier
|
name: Prettier
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user