mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Switching to only running prettier on the manifest json file
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user