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 6, 2022
2 parents 50364e3 + eadc4fd commit 56f3914
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 56f3914

Please sign in to comment.