1.0.4 • Published 4 years ago

@coscine/verdaccio-ci v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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