Skip to content

Instantly share code, notes, and snippets.

@thornbill
Created May 26, 2019 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thornbill/791ea2338d4834c43140ee026abfb4fe to your computer and use it in GitHub Desktop.
Save thornbill/791ea2338d4834c43140ee026abfb4fe to your computer and use it in GitHub Desktop.
Jellyfin ApiClient.js publishing guide
  1. Install node.js and yarn
  2. Clone repo
    git clone git@github.com:jellyfin/jellyfin-apiclient-javascript.git
  3. Install dependencies
    yarn install
  4. Run build
    yarn run build
    
  5. Login to npm (if not already logged in)
    yarn login
  6. Bump version
    yarn version
  7. Push version bump commit and tag
    git push --follow-tags
  8. Publish to npm
    yarn publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment