raindigi / cloudcannon-suite

:couch_and_lamp: An opinionated set of tools to build and maintain static sites
https://suite.cloudcannon.com/
0 stars 0 forks source link

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