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
  • Loading branch information
Coly010 committed Apr 7, 2022
1 parent a64bba9 commit 3837632
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 3837632

Please sign in to comment.