chore: fix prettier wkflw holy shit

This commit is contained in:
Jacob Nguyen
2022-12-30 11:28:50 -06:00
parent ac27d168e2
commit 559c1a7a7b

View File

@@ -24,14 +24,15 @@ jobs:
with:
node-version: 17
- name: infer source
run: source ~/.bashrc
- name: Install pnpm
run: npm i -g pnpm
- name: setup pnpm
run: pnpm setup
- 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