Advanced Cookbook

Summary

If you're not sure you need to follow these steps, you probably don't

Bump plugin version only without updating npm dependenies

Use this for a quicker way to update the plugin

  1. update plugin package.json and bump the version
  2. Package Plugin
  3. Install Plugin Locally & verify functionality
  4. Publish From Artifact but update VERSION with custom version
  5. After plugin is published, Bump Plugin Version
  6. Merge changes back in master

Manual publish npm packages

NOTE: current git branch needs to exist in origin

lerna publish patch
  • inspect if changes are published
npm info @dendronhq/dendron-cli