Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 280 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 280 Bytes

cloudcannon-suite

Local development

Run yarn link in your cloudcannon-suite install folder Run yarn link @cloudcannon/suite in any repo to create a symlink to the local suite

Deploying a new version

$ npm version 1.1.7
...

$ git push
...

$ npm publish
...