1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Merge pull request #2345 from bitwarden/patch/install-prettier-version-bump

Install prettier before use
This commit is contained in:
Joseph Flinn
2022-02-10 23:16:13 -08:00
committed by GitHub

View File

@@ -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: |