Skip to content
This repository was archived by the owner on Mar 14, 2022. It is now read-only.
Nicolas Perriault edited this page Mar 19, 2018 · 2 revisions

Releasing

$ npm version <major/minor/patch>
$ git push
$ git push --tags
$ npm publish
$ cd skeleton && npm run deploy

Clone this wiki locally