Skip to content

shipsy/universal-command-palette

Repository files navigation

Dev testing

  1. Build tar
npm i
npm pack
  1. In the target project install tar
npm i /path/to/tar

Publish to npmjs

  1. Generate npm_token from npmjs and add it to github secrets (inside repo settings) (mind the 2-factor)
  2. Create release (currently the github action is configred to publish to npmjs on new release publish)