Skip to content

Commit 4f57bbf

Browse files
committed
fixup
1 parent 1a56086 commit 4f57bbf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,13 @@ jobs:
616616
with:
617617
directory: offlinedocs
618618

619-
- name: Install dependencies
619+
- name: Install prettier
620620
run: |
621621
cd offlinedocs
622-
yarn
622+
mv package.json package.json.bak
623+
jq '{dependencies: {prettier: .devDependencies.prettier}}' < package.json.bak > package.json
624+
yarn --frozen-lockfile
625+
mv package.json.bak package.json
623626
624627
- name: Format
625628
run: |

0 commit comments

Comments
 (0)