Skip to content

Commit

Permalink
Merge branch 'release/10.4' into fix/localization-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaulve-1A committed Jul 16, 2024
2 parents c195b87 + 0ef7bcc commit aa6e854
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function addWorkspacesToProject(directories: WorkspaceLayout = DEFAULT_RO
}

const rootPackageJsonObject = tree.readJson(rootPackageJsonPath) as PackageJson;

rootPackageJsonObject.version = '0.0.0-placeholder';
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
rootPackageJsonObject.workspaces = [...new Set(Object.values(directories).map(d => `${d}/*`).concat(rootPackageJsonObject.workspaces as string[] || []))];

Expand Down

0 comments on commit aa6e854

Please sign in to comment.