We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57bbf commit b7fd11aCopy full SHA for b7fd11a
.github/workflows/ci.yaml
@@ -616,9 +616,10 @@ jobs:
616
with:
617
directory: offlinedocs
618
619
- - name: Install prettier
+ - name: Install prettier globally
620
run: |
621
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
@@ -632,7 +633,7 @@ jobs:
632
633
- name: Lint
634
635
- yarn && yarn lint
636
+ yarn lint
637
638
- name: Build
639
0 commit comments