mirror of
https://github.com/alexgo-io/redstone-node.git
synced 2026-01-12 22:43:31 +08:00
* 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
254 B
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