Files
redstone-node/docs/PUBLISH_TO_NPM.md
Alex Suvorov b162b1d4dd Hatskier/adding readme (#21)
* initial documentation added

* instruction for new source updated

* improved the  guide for running the node, added main concepts description to the README

* minor improvemtns in concept definitions

* Added Arweave description

* added docker instructions

* manifest creation guide updated

* minor fix after self-review

* minor fixes after tests

* start scripts improved
2021-09-17 18:15:29 +02:00

254 B

How to publish redstone-node to npm

# Log in to NPM in CLI
npm login

# You can use 'minor' and 'major' instead of 'patch'
# Read more about semantic versioning at: https://semver.org/
npm version patch

# Publish your package
npm publish