chore: fix prettier wkflw holy shit

This commit is contained in:
Jacob Nguyen
2022-12-30 11:25:42 -06:00
parent ff379d03be
commit d1e6ec4589

View File

@@ -27,6 +27,8 @@ jobs:
- name: Install pnpm
run: npm i -g pnpm
- name: Set global dir
run: source ~/.bashrc
# Prettier must be in `package.json`
- name: Install Node.js dependencies
run: pnpm add -g prettier && pnpm i