mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
refactor(ui-design): update preview generation script path and simplify execution command
This commit is contained in:
@@ -601,8 +601,7 @@ TodoWrite({todos: [
|
|||||||
]})
|
]})
|
||||||
|
|
||||||
# Execute preview generation script
|
# Execute preview generation script
|
||||||
script_path = "~/.claude/scripts/ui-design/generate-preview-files.sh"
|
Bash(~/.claude/scripts/ui-generate-preview.sh "${base_path}/prototypes")
|
||||||
Bash(bash ${script_path} "${base_path}" "${design_id}" "${style_variants}" "${layout_variants}" "${inferred_target_list}")
|
|
||||||
|
|
||||||
# Verify output files
|
# Verify output files
|
||||||
IF NOT exists("${base_path}/prototypes/compare.html"):
|
IF NOT exists("${base_path}/prototypes/compare.html"):
|
||||||
|
|||||||
Reference in New Issue
Block a user