From 5cfbfca3f6159cec2bc720146ba53c7fb227f724 Mon Sep 17 00:00:00 2001 From: puria Date: Tue, 7 May 2024 18:00:28 +0700 Subject: [PATCH] fix: remove testing layout from documentation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38e24c4..f7eb0d6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "build": "stencil build", "test": "stencil test --spec && playwright test", "generate": "stencil generate", - "sbb": "stencil build && storybook build --docs --test", + "sbb": "stencil build && storybook build --docs", "dev": "NODE_ENV=development npm-run-all -p dev:*", "dev:start": "stencil build --watch --serve", "dev:storybook": "sleep 6 && storybook dev -p 6006"