Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Use Verdaccio #370

Merged
merged 3 commits into from
Aug 25, 2021
Merged

Use Verdaccio #370

merged 3 commits into from
Aug 25, 2021

Conversation

ghost
Copy link

@ghost ghost commented Aug 25, 2021

Description

This PR documents how to use verdaccio with yarn release:local.

Motivation and Context

Previously, We didn't simulate a publish.

How has this been tested?

Screenshots (if appropriate):

Screen Shot 2021-08-25 at 12 10 33 PM

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • Add tests to cover changes as needed.
  • Update documentation as needed.

@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2021

Codecov Report

Merging #370 (dd628ab) into dev (92584ee) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #370   +/-   ##
=======================================
  Coverage   80.98%   80.98%           
=======================================
  Files          44       44           
  Lines        1804     1804           
  Branches      329      329           
=======================================
  Hits         1461     1461           
  Misses        342      342           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 92584ee...dd628ab. Read the comment docs.

@ghost ghost force-pushed the chore/verdaccio branch from 08cf6a2 to 267631f Compare August 25, 2021 05:30
### Simulating a Publish with Verdaccio
We can easily simulate a publish using [Verdaccio](https://verdaccio.org/) which is a private npm proxy registry. For installation check [this link](https://verdaccio.org/docs/installation).

Once it has been installed and executed, you can run `yarn release:local` to simulate a publish.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once it has been installed and executed, you can run `yarn release:local` to simulate a publish.
Once it has been installed and executed, you can run `yarn release:local` to simulate a publish.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prettier ignores markdown since 3c3d9bd. I will let prettier format markdown files.

@bb111189 bb111189 merged commit 89d58d5 into dev Aug 25, 2021
@bb111189 bb111189 deleted the chore/verdaccio branch August 25, 2021 06:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants