-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): merge proejcts from globs and workpace.json
- Loading branch information
Showing
2 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
272abb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nx-dev – ./
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
272abb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vsavkin
Since upgrading from 15.0.0 to 15.0.1. I get the following warning when building:
Could this be related to this commit? If so, am I doing something wrong? I just have a workspace.json file with only mylib in it.
It finds these files in the projectGlobCache:
even though
/dist
should be always ignored (looking at the code). If I remove the / from/dist
inALWAYS_IGNORE
then it doesn't find the package.json in dist.272abb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@woppa684 let me cut 15.0.2 with the fix.
Btw, you aren't using git?
272abb4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! We are, but in our company's repo structure, the frontend NodeJS repo roots are a level deeper than the GIT repo root (we combine backends and frontends in single git repo's).