Skip to content

Conversation

@Dijo-404
Copy link

@Dijo-404 Dijo-404 commented Dec 17, 2025

Changes

This is a fix for issue: cant run frontend error in renderers\lit:copy-spec] #315

  • Added shx as a devDependency: Added this cross-platform wrapper to provide Unix shell command compatibility on Windows, ensuring build scripts run across all operating systems.
  • Updated the copy-spec command:
    • From: "mkdir -p src/0.8/schemas && cp ../../specification/0.8/json/*.json src/0.8/schemas"
    • To: "shx mkdir -p src/0.8/schemas && shx cp ../../specification/0.8/json/*.json src/0.8/schemas"

Verification

  • Verified that the script executes successfully on Windows environments using cmd.exe.
  • Confirmed that functionality remains unchanged on Unix-based systems (Linux/Arch).

This is a fix for issue - cant run frontend error in
renderers\lit:copy-spec] google#315

>Added shx as a devDependency - this is a cross-platform wrapper that
provides Unix shell command compatibility on Windows.
@google-cla
Copy link

google-cla bot commented Dec 17, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Dijo-404 Dijo-404 closed this Dec 17, 2025
@Dijo-404 Dijo-404 reopened this Dec 17, 2025
@SimonLai-28198
Copy link

Thank you, it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants