Skip to content

Fixes related to npm package publication

Bartek Wrona requested to merge bw_tm_npm_publish_fix into develop

Changes done in this MR fix a problem when given package already exists in target repository. Often happens when pipeline runs once again while testing the same commit merged into some protected branch (i.e. develop).

Merge request reports