A2UI
A2UI copied to clipboard
fix: resolve windows command syntax error in lit:copy-spec
Changes
This is a fix for issue: cant run frontend error in renderers\lit:copy-spec] #315
-
Added
shxas 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-speccommand:-
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"
-
From:
Verification
- Verified that the script executes successfully on Windows environments using
cmd.exe. - Confirmed that functionality remains unchanged on Unix-based systems (Linux/Arch).
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.
Thank you, it helps!