From ce649c198b0a6afff2ae6e9dca5c00cb5ae07d50 Mon Sep 17 00:00:00 2001 From: Luca Vazzano Date: Tue, 17 Oct 2023 17:34:49 +0200 Subject: [PATCH] update wrong type for webpackStatsJson in start-storybook schema.json --- .../frameworks/angular/src/builders/start-storybook/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/frameworks/angular/src/builders/start-storybook/schema.json b/code/frameworks/angular/src/builders/start-storybook/schema.json index d44d9c9f4f14..73264793f565 100644 --- a/code/frameworks/angular/src/builders/start-storybook/schema.json +++ b/code/frameworks/angular/src/builders/start-storybook/schema.json @@ -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 },