jeff-winn / homebridge-automower-platform

A platform plugin for Homebridge to connect your Husqvarna Automower and Gardena Smart (BETA) robotic lawn mowers to Apple HomeKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add prerelease support for publishing packages to npmjs

jeff-winn opened this issue · comments

Is your feature request related to a problem? Please describe:

Related to #245 I need the ability to publish packages to npmjs in an area that is not an actual release to be able to have someone help me with the addition of new functionality that I cannot test myself locally.

Describe the solution you'd like:

I would like to be able to publish CD based packages to a prerelease package on the npmjs.com website.

Describe alternatives you've considered:

Deploying manually using the repository, however that means all of the development tools would need to be installed and depending on the user that may not work.

Additional context:

The use of the -prerelease suffix seems to be quite common on the package manager for convention.