Skip to content

Commit 35cfbc4

Browse files
committed
prettier again
1 parent b7fd11a commit 35cfbc4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

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

619-
- name: Install prettier globally
619+
- name: Install dependencies
620620
run: |
621621
cd offlinedocs
622-
yarn
623-
mv package.json package.json.bak
624-
jq '{dependencies: {prettier: .devDependencies.prettier}}' < package.json.bak > package.json
625-
yarn --frozen-lockfile
626-
mv package.json.bak package.json
622+
sudo yarn --frozen-lockfile
627623
628624
- name: Format
629625
run: |

0 commit comments

Comments
 (0)