A2UI
A2UI copied to clipboard
Make Lit copy-spec cross-platform
Summary
The Lit renderer build currently relies on mkdir -p and cp, which fail on Windows. This replaces that step with a small Node script so npm run build works cross-platform.
Changes
- Replace the
copy-speccommand with a Node script. - Add
scripts/copy-spec.mjsto copy spec JSON files intosrc/0.8/schemas.
Why this matters
Windows contributors currently hit a hard build failure during copy-spec. This makes the build portable across OSes without changing outputs.
Testing
cd renderers/litnpm installnpm run build-
- Tested on Windows (PowerShell)
- Tested on Windows (PowerShell)