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 fdbb07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workspace/src/utils/cli-config-utils.ts
Expand Up @@ -62,6 +62,7 @@ export function replaceAppNameWithPath(
'executor',
'browserTarget',
'tags',
'defaultConfiguration',
]; // Some of the properties should not be renamed
return Object.keys(node).reduce(
(m, c) => (
Expand Down

0 comments on commit fdbb07b

Please sign in to comment.