Skip to content

fix(core): Update bundlers to not typecheck if using new TS solution setup #29227

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

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

ndcunningham
Copy link
Contributor

If we are using the new TS setup we should opt out of doing type checking during build since we already have a typecheck target and it may lead to doing type checking twice.

@ndcunningham ndcunningham added the scope: bundlers Issues related to webpack, rollup label Dec 5, 2024
@ndcunningham ndcunningham self-assigned this Dec 5, 2024
@ndcunningham ndcunningham requested a review from a team as a code owner December 5, 2024 22:41
Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Dec 6, 2024 5:30pm

@ndcunningham ndcunningham force-pushed the fix/skip-build-typecheck-ts-solution branch from 3ea5969 to b4b08cb Compare December 6, 2024 16:22
@ndcunningham ndcunningham force-pushed the fix/skip-build-typecheck-ts-solution branch from b4b08cb to 0362c59 Compare December 6, 2024 17:27
@ndcunningham ndcunningham merged commit 89ab887 into master Dec 9, 2024
6 checks passed
@ndcunningham ndcunningham deleted the fix/skip-build-typecheck-ts-solution branch December 9, 2024 17:40
FrozenPandaz pushed a commit that referenced this pull request Dec 10, 2024
…setup (#29227)

If we are using the new TS setup we should opt out of doing type
checking during build since we already have a typecheck target and it
may lead to doing type checking twice.

(cherry picked from commit 89ab887)
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: bundlers Issues related to webpack, rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants