Skip to content

Commit

Permalink
fix(core): prevent incorrect regex replacement of app name (#13082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Nov 9, 2022
1 parent f432b97 commit 6fc4d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/workspace/src/utils/cli-config-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export function replaceAppNameWithPath(
'defaultConfiguration',
'maximumError',
'name',
'type',
'outputHashing',
]; // Some of the properties should not be renamed
return Object.keys(node).reduce(
(m, c) => (
Expand Down

1 comment on commit 6fc4d37

@vercel
Copy link

@vercel vercel bot commented on 6fc4d37 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.