fix(13): ignore .pnpm-store in Prettier — CI puts pnpm's store in-workspace so format:check walked into it
CI / fast-checks (pull_request) Successful in 1m23s
CI / api (pull_request) Successful in 1m4s
CI / harness (pull_request) Successful in 3m29s

This commit is contained in:
Lucas Berger
2026-06-11 21:32:14 -04:00
parent fc5b06d343
commit 0eb43c93d7
+3
View File
@@ -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