Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 266 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 266 Bytes

Contributing

Installation

nvm use
npm install

Building

npm run build

Deployment

Deployment is take care of by CircleCI. You must push a new tag, and CircleCI will attempt to publish.

npm version x.x.x
git push --follow-tags