-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(core): build project's that have buildable dependencies without package.json's #9466
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/nrwl/nx-dev/Eugzqk4Ackdjx16gMikRJ4kM7VCh [Deployment for 9e9aaed canceled] |
package.json
exists (#8707)package.json
's (#8707)
package.json
's (#8707)3fe67de
to
9e9aaed
Compare
@pemsbr thank you for the PR. I just rebased the branch as it's a bit old. As soon as CI is green, I'll merge it. Thanks again |
#9466 seems to have been merged but it's still not quite working for me - has this been released? I'm on NX version 14.1.4 |
nx run account:build:production
Compiling TypeScript files for project "account"... Error: ENOENT: no such file or directory, open 'apps/account/package.json' |
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. |
Current Behavior
Not able to build project's that have buildable dependencies without package.json's
Related Issue(s)
Fixes #8707