Skip to content

Commit f74f495

Browse files
committed
revert
1 parent f140229 commit f74f495

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -620,11 +620,6 @@ 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
628623
629624
- name: Format
630625
run: |

0 commit comments

Comments
 (0)