Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 578 Bytes

DEVELOPMENT.md

File metadata and controls

44 lines (29 loc) · 578 Bytes

Development

Setup

yarn

Serve & Test

yarn serve

Release to GitHub

I do releases using ZeitHQ / Release. Please install it if you don't have it by running

npm install -g release

Then release a tag.

release [major/minor/patch]

Publishing to NPM

Login to npm via

npm login

Publish via

yarn publish
# Note - Use the current package.json version if you have already released a tag to GitHub.

Automatically takes care of building required files to be pushed. Check package.json for more details.