Skip to content

Commit

Permalink
fix(angular): do not use default for includePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Apr 4, 2022
1 parent 7ffc089 commit eadc4fd
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 eadc4fd

Please sign in to comment.