OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 41 forks source link

Added node-prune back into the pipeline to reduce the package size #244

Closed slewis74 closed 2 years ago

slewis74 commented 2 years ago

We had removed the use of node-prune, under the assumption that npm should be doing a prune by default. It's prune doesn't seem to be aggresive enough to keep the package size under the Azure DevOps vsix size limit though, so we've reverted that change in the build pipeline.

Fixes #243