From 0eb43c93d78490d1ecd20b5e81b7956559ee8881 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Thu, 11 Jun 2026 21:32:14 -0400 Subject: [PATCH] =?UTF-8?q?fix(13):=20ignore=20.pnpm-store=20in=20Prettier?= =?UTF-8?q?=20=E2=80=94=20CI=20puts=20pnpm's=20store=20in-workspace=20so?= =?UTF-8?q?=20format:check=20walked=20into=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierignore b/.prettierignore index a1f8ce0..3c03972 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,8 @@ dist/ node_modules/ +# pnpm's content-addressable store lands inside the workspace on CI runners +# (no persistent global store) — a package-manager artifact, never formatted. +.pnpm-store/ pnpm-lock.yaml apps/api/src/db/migrations/ *.html