Skip to content

Publishing

Jon Sadka edited this page Mar 2, 2018 · 1 revision

Pull the latest master and ensure your changes are there. Then perform the following:

$ npm run build
$ npm version major or npm version minor or npm version patch
$ git push origin master --tags
$ npm publish
Clone this wiki locally