Skip to content

Commit

Permalink
add deploy steps to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepeeler committed Oct 18, 2021
1 parent d11792b commit b703486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
- `npm run build` will build the component for publishing to npm (generating \lib, \es, and \umd directories) and also bundle the demo app.

- `npm run clean` will delete built resources.

## Deploying

- `np` Run [this command](https://github.com/sindresorhus/np), it will walk you through it
- You should install this globally if you don't already have it installed: `npm install -g np`
- Follow [semver](https://semver.org/) when choosing a version

0 comments on commit b703486

Please sign in to comment.