From ed9ef3a8952f28a2d4f918c635c4277447013cbd Mon Sep 17 00:00:00 2001 From: Dipack Date: Thu, 14 Mar 2024 11:30:23 -0700 Subject: [PATCH] Exclude PNP file. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0f3707..a494d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: with: node-version: 20.x - run: yarn install --immutable - - run: yarn lint --quiet --fix && git diff --exit-code + - run: yarn lint --quiet --fix && git diff --exit-code -- . ':(exclude)*.pnp.cjs' build-to-npm: if: github.ref == 'refs/heads/main'