1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02: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
commit a5ebc25d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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