Skip to content
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: Use git directory parent for absolute file paths #4

Merged
merged 1 commit into from
Feb 13, 2018
Merged

fix: Use git directory parent for absolute file paths #4

merged 1 commit into from
Feb 13, 2018

Conversation

erik-inkapool
Copy link
Contributor

If you have a package.json file in a non-git-root directory you will get duplicate folders in the
path (since diffs are based at the git-root directory). This commit uses git root directory as path
base instead of working directory to fix that.

fix #3

If you have a package.json file in a non-git-root directory you will get duplicate folders in the
path (since diffs are based at the git-root directory). This commit uses git root directory as path
base instead of working directory to fix that.

fix #3
@JamesHenry JamesHenry merged commit a6fcd39 into nrwl:master Feb 13, 2018
This pull request was closed.
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.

Non-root package.json (working directory) causes duplicate directories in filepaths
2 participants