From ea8632e56abc87f35d6aab3a635ebbc62f612369 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 7 Jan 2026 10:42:46 +0100 Subject: [PATCH] :bug: Fix frontend test-components scripts --- frontend/scripts/test-components | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/scripts/test-components b/frontend/scripts/test-components index a383b16fcf..c6dae86d35 100755 --- a/frontend/scripts/test-components +++ b/frontend/scripts/test-components @@ -5,6 +5,5 @@ SCRIPT_DIR=$(dirname $0); set -ex $SCRIPT_DIR/setup; - pnpm run build:storybook pnpm run test:storybook