Skip to content

Commit

Permalink
Exclude PNP file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipack95 committed Mar 14, 2024
1 parent 3ab4c22 commit ed9ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ed9ef3a

Please sign in to comment.