Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Mar 30, 2022
1 parent 7e1d0bc commit b498664
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ npm run test
The js library will be built in `dist/nohost-sw.js`.
NOTE: you can also use `npm run dev` to also start a web server for development.

### Publishing to npm

Inorder to publish the package to npm, do the following

1. run `npm run relese` and push changes to main branch.
2. raise a pull request from `main` branch to `npm` branch. Once the pull request is merged
and the code pushed to npm branch, GitHub actions will automatically publish the library to npm.

0 comments on commit b498664

Please sign in to comment.