motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Fix Verdaccio republishing #84

Closed petetnt closed 3 years ago

petetnt commented 3 years ago

This PR fixes Verdaccio republishing issues (as documented in https://github.com/verdaccio/verdaccio/issues/1203). Basically the tests would fail if the package was already published, making it impossible to do changes that didn't bump package.json versions.

Signed-off-by: petetnt pete.a.nykanen@gmail.com