Skip to content

Commit f140229

Browse files
committed
install prettier
1 parent 83c5e89 commit f140229

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,11 @@ jobs:
620620
run: |
621621
cd offlinedocs
622622
yarn
623+
# Install prettier for format check
624+
mv package.json package.json.bak
625+
jq '{dependencies: {prettier: .devDependencies.prettier}}' < package.json.bak > package.json
626+
yarn --frozen-lockfile
627+
mv package.json.bak package.json
623628
624629
- name: Format
625630
run: |

0 commit comments

Comments
 (0)