Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Deploying

Ben Watson edited this page May 14, 2019 · 1 revision

cox-chapi uses Travis CI to deploy to NPM. To deploy a new version of the package to npm, run npm version <major|minor|patch> on a new branch and merge it to master. Travis will automatically publish to NPM so long as the merged branch has a new tag and an updated version number in package.json, which it will if you ran npm version <major|minor|patch>

Clone this wiki locally