Closed pathornteng closed 1 month ago
Describe the bug Currently our installation script has the following line that use cp command which causes a problem on Windows machine as they don't have cp command
cp
https://github.com/hashgraph/stablecoin-studio/blob/1a67b7c4d63459ba8825cc89118dd9d1af563684/cli/package.json#L20
To Reproduce Run npm install on Windows
Expected behavior The script should also work on Windows machines
fix/1003-windows-cd-bug Branch fix this issue
fix/1003-windows-cd-bug
Describe the bug Currently our installation script has the following line that use
cp
command which causes a problem on Windows machine as they don't havecp
commandhttps://github.com/hashgraph/stablecoin-studio/blob/1a67b7c4d63459ba8825cc89118dd9d1af563684/cli/package.json#L20
To Reproduce Run npm install on Windows
Expected behavior The script should also work on Windows machines