fix: Update prettier packaged to be js
All checks were successful
Format the code / Format Files (push) Successful in 23s

This commit is contained in:
2024-11-04 16:02:12 -05:00
parent ccf34570e0
commit 221915049b

View File

@@ -15,7 +15,7 @@ jobs:
with: with:
node-version: "16" node-version: "16"
- name: Prettier - name: Prettier
run: npx prettier --write **/*.tsx run: npx prettier --write **/*.js
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}