mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Install prettier before use
This commit is contained in:
parent
061f1c5d79
commit
7b6f9f8d79
4
.github/workflows/version-bump.yml
vendored
4
.github/workflows/version-bump.yml
vendored
@ -33,7 +33,9 @@ jobs:
|
||||
file_path: "./src/manifest.json"
|
||||
|
||||
- name: Run Prettier after Version Bump
|
||||
run: prettier --write ./src/manifest.json
|
||||
run: |
|
||||
npm install -g prettier
|
||||
prettier --write ./src/manifest.json
|
||||
|
||||
- name: Commit files
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user