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
(cherry picked from commit a5a7747)
  • Loading branch information
valentinpalkovic authored and storybook-bot committed Oct 19, 2023
1 parent 4573228 commit 0a7a83f
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 0a7a83f

Please sign in to comment.