mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Fix Chromatic build failure by updating build-storybook script (#5276)
* [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 <noreply@anthropic.com> * 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 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
"collect-i18n": "npx playwright test --config=playwright.i18n.config.ts",
|
"collect-i18n": "npx playwright test --config=playwright.i18n.config.ts",
|
||||||
"json-schema": "tsx scripts/generate-json-schema.ts",
|
"json-schema": "tsx scripts/generate-json-schema.ts",
|
||||||
"storybook": "nx storybook -p 6006",
|
"storybook": "nx storybook -p 6006",
|
||||||
"build-storybook": "nx build-storybook"
|
"build-storybook": "storybook build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.8.0",
|
"@eslint/js": "^9.8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user