[Bug] No Windows equivalent command for build-component
in package.json
#480
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be fixed soon
🏁 status: ready for work
Ready for work
Description
I noticed that the
package.json
file in this repository contains abuild-component
command for Linux, but there doesn't seem to be a Windows equivalent command for it. This can be problematic for Windows users who need to build the component.Reproduction
npm install
npm run build-component
Expectation
I expect that the
package.json
file should contain a command that works on both Windows and Unix-based systems, or there should be clear instructions on how Windows users can build the component.Screenshots
Environment
Resolution
The text was updated successfully, but these errors were encountered: