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 committed by Thomas Rittson
parent 9a1b76dc27
commit 7a150522a4
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: |