Skip to content

Commit

Permalink
fix: add root as workspace package as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer committed Sep 30, 2024
1 parent 8771d0d commit 2d29421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build-info/src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export class Project {
const rootFrameworkMutex = new Mutex()
if (this.workspace) {
if (rootFrameworks.length > 0 && !isNx) {
this.workspace.packages.push({ path: '', name: 'root' })
this.frameworks.set('', rootFrameworks)
}
// if we have a workspace parallelize in all workspaces
Expand Down

0 comments on commit 2d29421

Please sign in to comment.