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
1 changed files with 1 additions and 1 deletions

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