We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de1b25 commit 88caf3bCopy full SHA for 88caf3b
1 file changed
tools/scripts/artifacts/nx-project.ts
@@ -356,9 +356,7 @@ export class NxProject {
356
}
357
358
public getPackageJsonPathInSource() {
359
- const packageJsonPath = this.getPackageJsonPathInDist();
360
- console.log(packageJsonPath);
361
- return path.join(packageJsonPath, NxProject.PACKAGEJSON);
+ return path.join(this.getPathToProjectInSource(), NxProject.PACKAGEJSON);
362
363
364
get npmrcContent(): string {
0 commit comments