Skip to content

Commit

Permalink
Merge pull request #24494 from LucaVazz/patch-1
Browse files Browse the repository at this point in the history
Angular: update wrong type for webpackStatsJson in start-storybook schema.json
  • Loading branch information
valentinpalkovic committed Oct 18, 2023
2 parents c27dd83 + 4fd14e1 commit a5a7747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"description": "URL path to be appended when visiting Storybook for the first time"
},
"webpackStatsJson": {
"type": "string",
"type": ["boolean", "string"],
"description": "Write Webpack Stats JSON to disk",
"default": false
},
Expand Down

0 comments on commit a5a7747

Please sign in to comment.