Skip to content

Commit

Permalink
update wrong type for webpackStatsJson in start-storybook schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaVazz committed Oct 17, 2023
1 parent 4fa8c19 commit ce649c1
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 ce649c1

Please sign in to comment.