Skip to content

Commit

Permalink
Merge pull request #17876 from Coly010/fix-angular-builder-for-nx
Browse files Browse the repository at this point in the history
Angular: Do not use default for includePaths
  • Loading branch information
shilman committed Apr 9, 2022
1 parent ff59e6f commit 13615f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/angular/src/builders/build-storybook/schema.json
Expand Up @@ -69,8 +69,7 @@
"type": "array",
"items": {
"type": "string"
},
"default": []
}
}
},
"additionalProperties": false,
Expand Down
3 changes: 1 addition & 2 deletions app/angular/src/builders/start-storybook/schema.json
Expand Up @@ -96,8 +96,7 @@
"type": "array",
"items": {
"type": "string"
},
"default": []
}
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 13615f2

Please sign in to comment.