Skip to content

SULO Schema Builder v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:38
· 7 commits to main since this release
081e501
fix(desktop): spawn npm through a shell on Windows

The sidecar packaging script shells out to npm/npx via execFileSync, which
fails on Windows with `spawnSync npm ENOENT`: npm and npx are .cmd shims
there, not executables, and Node will not spawn those without a shell. The
Release workflow's `shell: bash` default does not help, since the script
spawns directly rather than through the workflow shell.

Pass shell: true on win32 only, leaving the POSIX path unchanged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018bYS1ALLcqy1YkmHEYGbfN