1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

Install prettier before use

This commit is contained in:
Joseph Flinn 2022-02-10 23:12:24 -08:00
parent 061f1c5d79
commit 7b6f9f8d79

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