Reactjs – deploy feature version of npm package as pre release
I have a react project that is bundled with tsbuild and publish to npm package through azure devOps. Recently, noticed when someone tried to install the package by running yarn add packageName --latest it installs the latest deployed version even…