sailpoint-oss / sailpoint-cli

The SailPoint Command Line Interface (CLI) makes it easy to interact with SailPoint's SaaS Platform in a programmatic way. Many functions that use to be accomplished through tools like Postman or from custom scripts can now be done directly on the command line with minimal setup.
https://developer.sailpoint.com/discuss
MIT License
25 stars 19 forks source link

removed cross-env and added sourcemap to tsconfig #91

Closed philip-ellis-sp closed 1 year ago

philip-ellis-sp commented 1 year ago

Description

adding sourcemap to the typescript config file removes the need to include it in the dev command, which allows for remote debugging right away and still allows for cross platform compatibility. the output in the dist folder is unaffected

How Has This Been Tested?

Ran in both windows powershell, cmd as well as ubuntu. I have not run in macos, but as far as I know, the cross env was never required for macos.