1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

Switching to only running prettier on the manifest json file

This commit is contained in:
Joseph Flinn 2022-02-10 20:05:32 -08:00
parent a5347636ef
commit b3496eddb8

View File

@ -33,7 +33,7 @@ jobs:
file_path: "./src/manifest.json"
- name: Run Prettier after Version Bump
run: npm run prettier
run: prettier --write ./src/manifest.json
- name: Commit files
run: |