You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
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>