1.0.12 • Published 5 years ago

cloudcannon-suite v1.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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
...