Install prettier before use

This commit is contained in:
Joseph Flinn 2022-02-10 23:12:24 -08:00
parent 061f1c5d79
commit 7b6f9f8d79
1 changed files with 3 additions and 1 deletions

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