0.1.7 • Published 3 years ago
@ofadiman/publish-to-npm v0.1.7
Publish to NPM
@ofadiman/publish-to-npm is built for educational purposes and is intended to be used as a learning resource.
Workflow to publish changes
- Create a new branch from
mainbranch. - Implement a feature (e.g. add a new function).
- Generate changeset using
pnpm changesetcommand. - Review generated changeset.
- Commit changes and push to the remote repository.
- Open a pull request to
mainbranch. - Merge the pull request.
- Enjoy automated package deployment.