mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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"
|
file_path: "./src/manifest.json"
|
||||||
|
|
||||||
- name: Run Prettier after Version Bump
|
- name: Run Prettier after Version Bump
|
||||||
run: npm run prettier
|
run: prettier --write ./src/manifest.json
|
||||||
|
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user