Is there an existing issue for this?
Current behavior
When I try to install the Typescript-SDK on windows, it fails due to unrecognisable "cp" cmd because "copy" is used for copying the files.
Since there is no universal cmd for copy, We should not use that in build script. Reference. We can include a common .proto file in the package.json's "files" field.
Steps to reproduce
- Try ts-sdk installation.
Environment
None
Version
Self-Hosted
Is there an existing issue for this?
Current behavior
When I try to install the Typescript-SDK on windows, it fails due to unrecognisable "cp" cmd because "copy" is used for copying the files.
Since there is no universal cmd for copy, We should not use that in build script. Reference. We can include a common .proto file in the package.json's "files" field.
Steps to reproduce
Environment
None
Version
Self-Hosted