Skip to content

Commit 88caf3b

Browse files
committed
Ability to use package.json of nx project apps to make it publishable
1 parent 7de1b25 commit 88caf3b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tools/scripts/artifacts/nx-project.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ export class NxProject {
356356
}
357357

358358
public getPackageJsonPathInSource() {
359-
const packageJsonPath = this.getPackageJsonPathInDist();
360-
console.log(packageJsonPath);
361-
return path.join(packageJsonPath, NxProject.PACKAGEJSON);
359+
return path.join(this.getPathToProjectInSource(), NxProject.PACKAGEJSON);
362360
}
363361

364362
get npmrcContent(): string {

0 commit comments

Comments
 (0)