mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
Switching to only running prettier on the manifest json file
This commit is contained in:
parent
a5347636ef
commit
b3496eddb8
2
.github/workflows/version-bump.yml
vendored
2
.github/workflows/version-bump.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
file_path: "./src/manifest.json"
|
||||
|
||||
- name: Run Prettier after Version Bump
|
||||
run: npm run prettier
|
||||
run: prettier --write ./src/manifest.json
|
||||
|
||||
- name: Commit files
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user