From 2358a97fe9da8c31a7b241377ea46a6985cbc64c Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 31 Aug 2025 14:01:12 +0900 Subject: [PATCH] Fix Chromatic build failure by updating build-storybook script (#5276) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [release] Increment version to 1.26.8 * [fix] Fix Chromatic build failure by updating build-storybook script Replace nx build-storybook with direct storybook build command to properly forward --output-dir argument from Chromatic deployment. Fixes invalid Storybook build issue where static files were empty due to Nx not passing through command-line arguments to the underlying Storybook build command. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude * Change version to 0.7 for testing purposes * chore(package.json): update version from 0.7 to 1.26.7 to reflect new release --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bb695e85..73eea1c80 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "collect-i18n": "npx playwright test --config=playwright.i18n.config.ts", "json-schema": "tsx scripts/generate-json-schema.ts", "storybook": "nx storybook -p 6006", - "build-storybook": "nx build-storybook" + "build-storybook": "storybook build" }, "devDependencies": { "@eslint/js": "^9.8.0",