IBM-Cloud / ibm-developer-extension-vscode

Extension for VS Code editor to enable IBM Cloud CLI capabilities from within the editing environment.
https://marketplace.visualstudio.com/items?itemName=IBM.ibm-developer
Apache License 2.0
13 stars 10 forks source link

build(travis): Moved vsce from devDep and install/run only on publish #50

Closed Aerex closed 2 years ago

Aerex commented 2 years ago

Context

ansi-regex has been flagged with a vulnerability. The dependency chain from ansi-regex leads to vsce which we use to publish the extension.

This PR will solve this problem by removing vsce as a dependency and install and running from the travis build when we are about to publish a new release.