From 94cbc2ae7fd689b04a33d603bde8838605cc0ddf Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Thu, 17 Aug 2023 06:58:52 -0600 Subject: [PATCH] chore: update storybook build script (#9140) --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index d3b89d9663..43ec541d14 100644 --- a/site/package.json +++ b/site/package.json @@ -21,7 +21,7 @@ "playwright:test": "playwright test --config=e2e/playwright.config.ts", "gen:provisioner": "protoc --plugin=./node_modules/.bin/protoc-gen-ts-proto --ts_proto_out=./e2e/ --ts_proto_opt=outputJsonMethods=false,outputEncodeMethods=encode-no-creation,outputClientImpl=false,nestJs=false,outputPartialMethods=false,fileSuffix=Generated,suffix=hey -I ../provisionersdk/proto ../provisionersdk/proto/provisioner.proto && prettier --cache --write './e2e/provisionerGenerated.ts'", "storybook": "STORYBOOK=true storybook dev -p 6006", - "storybook:build": "storybook build", + "storybook:build": "storybook build --webpack-stats-json", "test": "jest --selectProjects test", "test:ci": "jest --selectProjects test --silent", "test:coverage": "jest --selectProjects test --collectCoverage",