We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1d0bc commit b498664Copy full SHA for b498664
1 file changed
README.md
@@ -72,3 +72,10 @@ npm run test
72
The js library will be built in `dist/nohost-sw.js`.
73
NOTE: you can also use `npm run dev` to also start a web server for development.
74
75
+### Publishing to npm
76
+
77
+Inorder to publish the package to npm, do the following
78
79
+1. run `npm run relese` and push changes to main branch.
80
+2. raise a pull request from `main` branch to `npm` branch. Once the pull request is merged
81
+and the code pushed to npm branch, GitHub actions will automatically publish the library to npm.
0 commit comments