- Install npm package locally
npm install
- Install bower locally
bower install
- Change the View version to be the latest version using the version command (in this case 1.0.0)
gulp version --version=1.0.0
- Package the release on the correct OS (build target is mac or linux depending on the machine you are packaging from. You need to be on the OS you are packaging when you run these commands.)
gulp build
gulp cook
gulp package --buildTarget=mac
- Move pre-packaged builds to proper destination.
- they are by default created in the folder
packages/{version-number}/{packagename.tar.gz}
in the project root.