mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
## Summary - redirect pnpm knip output to stderr so VS Code surfaces failures ## Testing <img width="1585" height="483" alt="image" src="https://github.com/user-attachments/assets/d65af783-d168-45cf-b01e-2b727e429a91" /> before it would literally just say it failed and you'd have to manually rerun pnpm knip in ur own terminal ------ https://chatgpt.com/codex/tasks/task_e_68f7d2f2f2548330a23ae74554f1a54a
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Run Knip with cache via package script
|
|
pnpm knip 1>&2
|
|
|