We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecb7a2 commit 811998bCopy full SHA for 811998b
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
# The exclusion from the `git diff` is necessary because `yarn install`
84
# on CI modifies the `.pnp.cjs` file to change their actual locations
85
# but we don't care about that on CI.
86
- - run: yarn lint --quiet --fix && git diff --exit-code -- . ':(exclude)*.pnp.cjs'
+ - run: yarn lint --quiet --fix && git diff --exit-code -- . ':(exclude)*.pnp.*'
87
88
build-to-npm:
89
if: github.ref == 'refs/heads/main'
0 commit comments