Skip to content

Commit

Permalink
fix(core): replaceAppNameWithPath should not consider defaultConfigur…
Browse files Browse the repository at this point in the history
…ation #9706 (#9729)
  • Loading branch information
Coly010 committed Apr 8, 2022
1 parent 8e3f7d8 commit 9cef14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/workspace/src/utils/cli-config-utils.ts
Expand Up @@ -62,6 +62,8 @@ export function replaceAppNameWithPath(
'executor',
'browserTarget',
'tags',
'defaultConfiguration',
'maximumError',
]; // Some of the properties should not be renamed
return Object.keys(node).reduce(
(m, c) => (
Expand Down

0 comments on commit 9cef14d

Please sign in to comment.