Verdaccio-ci
This project contains the configuration and the start script for the local verdaccio repository.
Usage
Install this project with:
npm install @coscine/verdaccio-ci --save-dev
Include the script in your ci script start with:
npx @coscine/verdaccio-ci --start
And include in your ci script end with:
npx @coscine/verdaccio-ci --stop
For your prerelease publish, include:
npx @coscine/verdaccio-ci --publish
Example
If you want to try the process, you can run:
npm install
npm run start
npm run localPublish
npm run stop