chore(dispatch.yml): update Prettier command to include plugin search directory

This commit is contained in:
2024-07-01 11:06:00 +07:00
parent 7d9b7bc871
commit bfbf3d6d43

View File

@@ -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: |