Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove no-resolution flag and add --exclude-entrypoints when running are-the-types-wrong during CI #2155

Merged
merged 1 commit into from Apr 8, 2024

Conversation

aryaemami59
Copy link
Contributor

@arethetypeswrong/cli now has an --exclude-entrypoints flag which we can use to exclude the alternate-renderers entrypoint from the check since it will fail under the Node10 module resolution as Node10 looks at actual files on disk and we don't have a file named alternate-renderers.

  - `@arethetypeswrong/cli` now has an `--exclude-entrypoints` flag which we can use to exclude the `alternate-renderers` entrypoint from the check since it will fail under the `Node10` module resolution as `Node10` looks at actual files on disk and we don't have a file named `alternate-renderers`.
Copy link

codesandbox-ci bot commented Apr 7, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@timdorr
Copy link
Member

timdorr commented Apr 8, 2024

Oh good! This was bugging me as a false positive. Thanks!

@timdorr timdorr merged commit 05b55c0 into reduxjs:master Apr 8, 2024
44 of 45 checks passed
@markerikson
Copy link
Contributor

Yep, thanks!

@aryaemami59 aryaemami59 deleted the attw-exclude-entrypoints branch April 9, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants