mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +00:00
chore(dispatch.yml): update Prettier command to include plugin search directory
This commit is contained in:
2
.github/workflows/dispatch.yml
vendored
2
.github/workflows/dispatch.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
}' > .prettierrc.json
|
}' > .prettierrc.json
|
||||||
|
|
||||||
- name: Run Prettier to format JSON files
|
- name: Run Prettier to format JSON files
|
||||||
run: prettier --write "local-files/**/*.json"
|
run: prettier --plugin-search-dir "$(npm root -g)" --write "local-files/**/*.json"
|
||||||
|
|
||||||
- name: Authorize Git
|
- name: Authorize Git
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user