From 559c1a7a7bb98162dae5d548f3b7deff2df8a2c3 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:28:50 -0600 Subject: [PATCH] chore: fix prettier wkflw holy shit --- .github/workflows/continuous-integration.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 267cea3..0684e25 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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