Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 153 Bytes

PUBLISH.md

File metadata and controls

9 lines (7 loc) · 153 Bytes

Publish instructions

Replace $VERSION with the desired new version (e.g. 0.7.0):

npm login
yarn change-version $VERSION
yarn deploy