mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 00:54:53 +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
|
||||
|
||||
- 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
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user