Is it possible to publish packages marked as private to Verdaccio without removing private:true from package.json?
The NPM documentation says that we can also use publishConfig to ensure that a package is only published to a specific directory, but there are not examples how to go about configuring it: