Skip to content

fix(rspack): must run type check with @nx/rspack:rspack when skipTypeChecking is false #31027

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpnolte
Copy link

@dpnolte dpnolte commented May 3, 2025

Current Behavior

  • Create a project that uses @nx/rspack:rspack as build target with SkipTypeChecking set to false.
  • Run build target for project.
  • Type check has not been run and will not bail in case of any typescript errors

Expected Behavior

Related Issue(s)

Fixes #31026

@dpnolte dpnolte requested a review from a team as a code owner May 3, 2025 14:28
@dpnolte dpnolte requested a review from Coly010 May 3, 2025 14:28
Copy link

vercel bot commented May 3, 2025

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 May 3, 2025 2:38pm

@dpnolte dpnolte force-pushed the fix/rspack-executor-type-checking branch from 72d5405 to 793472b Compare May 3, 2025 14:35
@FrozenPandaz FrozenPandaz added the priority: high High Priority (important issues which affect many people severely) label May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high High Priority (important issues which affect many people severely)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With @nx/rspack:rspack executor, the project is not type checked even when skipTypeChecking set to false
3 participants