mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 03:05:40 -05:00
fix: sudo enable writes to locale files (#47832)
This commit is contained in:
committed by
GitHub
parent
d03e2ac2e8
commit
fda0322b98
@@ -243,7 +243,7 @@ jobs:
|
||||
# writes.
|
||||
- name: Format JSON
|
||||
run: |
|
||||
chmod 664 client/i18n/locales/**/*.json
|
||||
sudo chmod 664 client/i18n/locales/**/*.json
|
||||
npx --yes prettier --write client/i18n/locales/**/*.json
|
||||
|
||||
# Create Commit
|
||||
|
||||
Reference in New Issue
Block a user