Skip to content

fix(node): ensure cwd is set in target correctly #31864

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 2 commits into
base: master
Choose a base branch
from

Conversation

creadicted
Copy link

Current Behavior

The Nest.js webpack build target configuration was generating webpack-cli arguments without the required cwd in build.options.

Expected Behavior

The Nest.js webpack build target should generate proper webpack-cli arguments with the cwd as part of the build.options

Related Issue(s)

Fixes #31863

@creadicted creadicted requested a review from a team as a code owner July 9, 2025 09:31
@creadicted creadicted requested a review from ndcunningham July 9, 2025 09:31
Copy link

vercel bot commented Jul 9, 2025

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

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 17, 2025 6:02am

Copy link
Contributor

nx-cloud bot commented Jul 16, 2025

View your CI Pipeline Execution ↗ for commit ea6e258

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ❌ Failed 50s View ↗
nx run-many -t check-imports check-commit check... ❌ Failed 18s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 4s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 3s View ↗
nx documentation ✅ Succeeded 1m 19s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-17 13:59:37 UTC

@ndcunningham
Copy link
Contributor

Hey @creadicted, thanks for the PR can you fix the formatting npx nx format and rebase.

Other than that the changes look good to be merged.

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.

new nest projects can not be served due to a missing cwd value targets.build.options
2 participants